Skip to content

Commit 925e5bd

Browse files
committed
Add version suffix to artifact names
1 parent a28b0f2 commit 925e5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git checkout FETCH_HEAD
3939
4040
- name: Compute cache key
41-
run: echo "CI_CACHE_KEY=${{ runner.os }}-${{ runner.arch }}-${{ env.GHC_WASM_META_COMMIT_HASH }}-flavor-${{ env.GHC_WASM_META_FLAVOUR }}" >> "$GITHUB_ENV"
41+
run: echo "CI_CACHE_KEY=${{ runner.os }}-${{ runner.arch }}-${{ env.GHC_WASM_META_COMMIT_HASH }}-flavor-${{ env.GHC_WASM_META_FLAVOUR }}-${{ matrix.agda.name }}" >> "$GITHUB_ENV"
4242

4343
- name: Try to restore cached .ghc-wasm
4444
id: ghc-wasm-cache-restore
@@ -154,6 +154,6 @@ jobs:
154154
- name: Upload artifact
155155
uses: actions/upload-artifact@v4
156156
with:
157-
name: als
157+
name: als-wasm-${{ matrix.agda.name }}
158158
path: ~/out
159159
include-hidden-files: true

0 commit comments

Comments
 (0)