Skip to content

Commit 65e6783

Browse files
committed
cleanup
1 parent 6bd6b6f commit 65e6783

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
- name: Build Locator
3535
run: ./install-locator/gradlew runtime -p install-locator
3636

37-
- name: Upload DMG as an artifact
37+
- name: Upload result
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: install-locator-${{ matrix.os }}
4141
path: build/image.zip
42+
retention-days: 1
4243

4344
release:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)