Skip to content

Commit

Permalink
try to remove double zip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Nov 18, 2023
1 parent eb871a4 commit fbac9d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ jobs:
- name: Copy Sounds Folder
run: cp -r sounds/ artifact/sounds/

- name: Zip Artifact
run: |
cd artifact
7z a ../shawzin.zip *
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: shawzin
path: shawzin.zip
path: artifact/

0 comments on commit fbac9d6

Please sign in to comment.