From a0b9166ffb733da042cfd9fbf8246f1f57529e3f Mon Sep 17 00:00:00 2001 From: Alexander Dobrodey <8377544+ADobrodey@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:35:39 +0200 Subject: [PATCH] Add artifacts --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 944ddc560..83e5cd84c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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