Skip to content

Commit

Permalink
fix: Fix prefix for tarball (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
limakzi authored Aug 28, 2024
1 parent 30182de commit 8a9d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: pkg -- build an archive
run: |
touch ${{ env.archive-file }}
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^,/${{ env.revision }}/,' .
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^\.,${{ env.revision }}/,' .
- name: github -- upload artifacts
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 8a9d5e7

Please sign in to comment.