Skip to content

Commit

Permalink
upload archive
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Dec 2, 2024
1 parent 7fc54dd commit 7adc1fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests-macos-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
- name: Run test/validate/archive (Release)
working-directory: ${{github.workspace}}/build
run: ./jamba.sh --release -b test validate archive

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: archive-macos
path: ${{github.workspace}}/build/*.zip
6 changes: 6 additions & 0 deletions .github/workflows/run-tests-windows-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
- name: Run test/validate/archive (Release)
working-directory: ${{github.workspace}}/build
run: .\jamba.bat --release -b test validate archive

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: archive-windows
path: ${{github.workspace}}/build/*.zip

0 comments on commit 7adc1fd

Please sign in to comment.