Skip to content

Commit 335445c

Browse files
committed
skip the zip
1 parent 9cca0dd commit 335445c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
uses: gradle/actions/setup-gradle@v4
3333

3434
- name: Build Locator
35-
run: ./install-locator/gradlew runtimeZip -p install-locator
35+
run: ./install-locator/gradlew runtime -p install-locator
3636

3737
- name: Upload result
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: install-locator-${{ matrix.os }}
41-
path: install-locator/build/image.zip
41+
path: install-locator/build/image
4242
retention-days: 1
4343

4444
release:
@@ -57,10 +57,6 @@ jobs:
5757
with:
5858
pattern: install-locator-*
5959

60-
- name: Unzip artifacts
61-
run: |
62-
unzip -o install-locator-*.zip
63-
6460
- name: Set up Node.js
6561
uses: actions/setup-node@v3
6662
with:

0 commit comments

Comments
 (0)