Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit badeae7

Browse files
committed
Change to use dist/ instead of folders in release assets
1 parent 577f864 commit badeae7

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/build-native-release.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,5 @@ jobs:
3535
- name: Upload Release Assets
3636
uses: softprops/action-gh-release@v2
3737
with:
38-
files: lwjgl3/build/distributions/launcher-package.zip
39-
token: ${{ secrets.GITHUB_TOKEN }}
40-
41-
- name: Upload Release Assets
42-
uses: softprops/action-gh-release@v2
43-
with:
44-
files: client/build/construo/winX64
45-
token: ${{ secrets.GITHUB_TOKEN }}
46-
47-
- name: Upload Release Assets
48-
uses: softprops/action-gh-release@v2
49-
with:
50-
files: client/build/construo/linuxX64
51-
token: ${{ secrets.GITHUB_TOKEN }}
52-
53-
- name: Upload Release Assets
54-
uses: softprops/action-gh-release@v2
55-
with:
56-
files: client/build/construo/macX64
57-
token: ${{ secrets.GITHUB_TOKEN }}
58-
59-
- name: Upload Release Assets
60-
uses: softprops/action-gh-release@v2
61-
with:
62-
files: client/build/construo/macM1
38+
files: client/build/construo/dist/*.zip
6339
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)