diff --git a/.github/workflows/attach-release-artifacts.yml b/.github/workflows/attach-release-artifacts.yml index a49b831..40087f1 100644 --- a/.github/workflows/attach-release-artifacts.yml +++ b/.github/workflows/attach-release-artifacts.yml @@ -9,16 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Download artifact id: download-artifact uses: dawidd6/action-download-artifact@v5 with: commit: ${{ vars.GITHUB_SHA }} + workflow: build.yml name: RealAntennas - name: Upload package to release