diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a627bf0..df0d397c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,9 +151,6 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v2 - - name: List downloaded files - run: tree -L 3 - if: github.event_name == 'workflow_dispatch' run: echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV @@ -216,6 +213,9 @@ jobs: console.log( "Failed with error\n", error); } + - uses: actions/download-artifact@v2 + - name: List downloaded files + run: tree -L 3 - uses: softprops/action-gh-release@v1 env: