Skip to content

Commit

Permalink
AHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvillage committed Nov 13, 2024
1 parent 33521cd commit fc43f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create archive
run: |
repo_name=$(basename $(pwd))
tar -czvf "${repo_name}.tar.gz" .
git archive --format=tar.gz --prefix="${repo_name}/" -o "${repo_name}.tar.gz" HEAD
- name: Upload release asset
env:
Expand Down

0 comments on commit fc43f5f

Please sign in to comment.