diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a2eccee..e630c96 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,12 +49,19 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Download artifact uses: actions/download-artifact@v2 with: name: shawzin + - name: List files in current directory + run: ls -la + + - name: List files in artifact directory + run: ls -la artifact/ - name: Create Release uses: softprops/action-gh-release@v1 with: