Skip to content

Commit

Permalink
step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hallam committed Sep 10, 2021
1 parent 5213636 commit 673e350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ jobs:
cp "target/${{ matrix.target }}/release/tidy-viewer.exe" "$staging/"
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
else
cp "target/${{ matrix.target }}/release/tidy-viewer" "$staging/"
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi
- name: Upload release archive
Expand Down

0 comments on commit 673e350

Please sign in to comment.