diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c26c78e..b569258 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,9 @@ jobs: uses: actions/download-artifact@v3 - name: Checkout into repo uses: actions/checkout@v2 + - name: Print current directory + run: | + ls -la - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: