Skip to content

Commit

Permalink
use tarball command instead of git archive
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasharkema committed Apr 29, 2020
1 parent fdedfd5 commit 3d2e7a2
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 @@ -21,7 +21,7 @@ jobs:
TAG: ${{ github.event.release.tag_name }}
- name: Tarball updated source
run: |
git archive --format=tar.gz -o $TARGET $TAG_NAME
tar -zcvf $TARGET .
env:
TAG_NAME: ${{ github.event.release.tag_name }}
TARGET: ${{ runner.temp }}/release.tar.gz
Expand Down

0 comments on commit 3d2e7a2

Please sign in to comment.