diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index edd050b..6469fc5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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