Skip to content

Commit

Permalink
remove manual zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyaDaleh committed Nov 26, 2023
1 parent 02f50c4 commit ad7e24a
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 @@ -55,14 +55,9 @@ jobs:
with:
name: shawzin

- name: Zip the Artifact
run: |
cd shawzin
7z a ../shawzin.zip *
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: shawzin.zip
files: artifact/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ad7e24a

Please sign in to comment.