Skip to content

Commit

Permalink
Upload exe and msi
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Jan 11, 2022
1 parent 038d141 commit 9490526
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
with:
gluon-license: ${{ secrets.GLUON_LICENSE }}

- name: Gluon Build
- name: Gluon Build and Package
run: mvn -Pdesktop gluonfx:build gluonfx:package

- name: Copy native gluonfx to staging
run: cp -r target/gluonfx/x86_64-windows/HelloGluon.exe staging
- name: Copy native bundles to staging
run: |
cp -r target/gluonfx/x86_64-windows/HelloGluon.exe staging
cp -r target/gluonfx/x86_64-windows/HelloGluon-1.0.0.msi staging
- name: Upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9490526

Please sign in to comment.