Skip to content

Commit 9490526

Browse files
author
José Pereda
authored
Upload exe and msi
1 parent 038d141 commit 9490526

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ jobs:
2929
with:
3030
gluon-license: ${{ secrets.GLUON_LICENSE }}
3131

32-
- name: Gluon Build
32+
- name: Gluon Build and Package
3333
run: mvn -Pdesktop gluonfx:build gluonfx:package
3434

35-
- name: Copy native gluonfx to staging
36-
run: cp -r target/gluonfx/x86_64-windows/HelloGluon.exe staging
35+
- name: Copy native bundles to staging
36+
run: |
37+
cp -r target/gluonfx/x86_64-windows/HelloGluon.exe staging
38+
cp -r target/gluonfx/x86_64-windows/HelloGluon-1.0.0.msi staging
3739
3840
- name: Upload
3941
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)