Skip to content

Commit 673e350

Browse files
author
Alex Hallam
committed
step by step
1 parent 5213636 commit 673e350

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
cp "target/${{ matrix.target }}/release/tidy-viewer.exe" "$staging/"
166166
7z a "$staging.zip" "$staging"
167167
echo "ASSET=$staging.zip" >> $GITHUB_ENV
168+
else
169+
cp "target/${{ matrix.target }}/release/tidy-viewer" "$staging/"
170+
tar czf "$staging.tar.gz" "$staging"
171+
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
168172
fi
169173
170174
- name: Upload release archive

0 commit comments

Comments
 (0)