Skip to content

Commit

Permalink
Add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobrodey committed Jul 14, 2023
1 parent bacb6e6 commit a0b9166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: cere_runtime.compact.compressed.${{ env.GITHUB_SHA }}.wasm
path: target/${{ var.PROFILE }}/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm
path: target/${{ vars.PROFILE }}/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm

- name: Upload cere-dev-runtime wasm artifact
uses: actions/upload-artifact@v3
with:
name: cere_dev_runtime.compact.compressed.${{ env.GITHUB_SHA }}.wasm
path: target/${{ var.PROFILE }}/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm
path: target/${{ vars.PROFILE }}/wbuild/cere-dev-runtime/cere_dev_runtime.compact.compressed.wasm

0 comments on commit a0b9166

Please sign in to comment.