Skip to content

Commit

Permalink
Bundle entire target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 24, 2023
1 parent 2ce315e commit 70e450f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ master ]

env:
EXECUTABLE: j3

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,7 +32,7 @@ jobs:
run: mvn gluonfx:build gluonfx:package

- name: Copy native image to staging
run: cp -r target/gluonfx/x86_64-linux/${EXECUTABLE}* staging
run: cp -r target/gluonfx/x86_64-linux/* staging

- name: Upload
uses: actions/upload-artifact@v2
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ master ]

env:
EXECUTABLE: j3

jobs:
build:
runs-on: windows-latest
Expand Down Expand Up @@ -37,8 +34,8 @@ jobs:

- name: Copy native bundles to staging
run: |
cp target/gluonfx/x86_64-windows/${EXECUTABLE}.exe staging
cp target/gluonfx/x86_64-windows/${EXECUTABLE}-*.msi staging
cp target/gluonfx/x86_64-windows/j3.exe staging
cp target/gluonfx/x86_64-windows/j3-*.msi staging
- name: Upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 70e450f

Please sign in to comment.