diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b569258..0462e0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,11 +100,12 @@ jobs: steps: - name: Download all binaries uses: actions/download-artifact@v3 + id: download - name: Checkout into repo uses: actions/checkout@v2 - - name: Print current directory + - name: Print download directory run: | - ls -la + echo ${{steps.download.outputs.download-path}} - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: