Skip to content

Commit

Permalink
- save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Jan 17, 2024
1 parent 9b24460 commit 9a7d7f9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,18 @@ jobs:
# Build your program with the given configuration
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}


- name: dependencies archive
uses: actions/upload-artifact@v2
with:
name: dependencies
path: ${{github.workspace}}/em-dependencies/*
retention-days: 90
if-no-files-found: error

- name: copasiji archive
uses: actions/upload-artifact@v2
with:
name: copasiji
path: ${{github.workspace}}/bin-js/*
retention-days: 90
if-no-files-found: error

0 comments on commit 9a7d7f9

Please sign in to comment.