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 038d141 commit 9490526Copy full SHA for 9490526
.github/workflows/windows.yml
@@ -29,11 +29,13 @@ jobs:
29
with:
30
gluon-license: ${{ secrets.GLUON_LICENSE }}
31
32
- - name: Gluon Build
+ - name: Gluon Build and Package
33
run: mvn -Pdesktop gluonfx:build gluonfx:package
34
35
- - name: Copy native gluonfx to staging
36
- run: cp -r target/gluonfx/x86_64-windows/HelloGluon.exe staging
+ - name: Copy native bundles to staging
+ 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
39
40
- name: Upload
41
uses: actions/upload-artifact@v2
0 commit comments