We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca0dd commit 335445cCopy full SHA for 335445c
.github/workflows/release.yml
@@ -32,13 +32,13 @@ jobs:
32
uses: gradle/actions/setup-gradle@v4
33
34
- name: Build Locator
35
- run: ./install-locator/gradlew runtimeZip -p install-locator
+ run: ./install-locator/gradlew runtime -p install-locator
36
37
- name: Upload result
38
uses: actions/upload-artifact@v4
39
with:
40
name: install-locator-${{ matrix.os }}
41
- path: install-locator/build/image.zip
+ path: install-locator/build/image
42
retention-days: 1
43
44
release:
@@ -57,10 +57,6 @@ jobs:
57
58
pattern: install-locator-*
59
60
- - name: Unzip artifacts
61
- run: |
62
- unzip -o install-locator-*.zip
63
-
64
- name: Set up Node.js
65
uses: actions/setup-node@v3
66
0 commit comments