Skip to content

Commit

Permalink
release debug and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Nov 26, 2023
1 parent ad7e24a commit 7865da4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7865da4

Please sign in to comment.