Skip to content

Commit

Permalink
adjust file names
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Nov 26, 2023
1 parent 7865da4 commit 9e1a7c5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,11 @@ jobs:
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:
files: artifact/*
files: |
shawzin.exe
sounds/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e1a7c5

Please sign in to comment.