Skip to content

Commit

Permalink
Update autorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBLCKLPTN authored Oct 11, 2024
1 parent a6af059 commit 06a98de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
VERSION=${{ steps.read_version.outputs.version }}
mkdir -p artifacts
cp -r . artifacts/source
rsync -a --exclude=artifacts . artifacts/source/
zip -r artifacts/source.zip artifacts/source
tar -czf artifacts/source.tar.gz -C artifacts source
7z a artifacts/source.7z artifacts/source
Expand Down

0 comments on commit 06a98de

Please sign in to comment.