Skip to content

Commit 7574511

Browse files
committed
looks like it's already unzipped
1 parent fd7dfd4 commit 7574511

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ jobs:
100100
shell: bash
101101
run: |
102102
cd target/signed
103-
unzip ${{ matrix.target }}-unsigned.zip
104103
tar -czf ${{ github.ref_name }}-${{ matrix.target }}.tar.gz internal-test.exe
105-
mv ${{ matrix.target }}-unsigned.zip ${{ github.ref_name }}-${{ matrix.target }}.zip
104+
zip -r ${{ github.ref_name }}-${{ matrix.target }}.zip internal-test.exe
106105
gh release upload ${{ github.ref }} \
107106
${{ github.ref_name }}-${{ matrix.target }}.tar.gz \
108107
${{ github.ref_name }}-${{ matrix.target }}.zip

0 commit comments

Comments
 (0)