Skip to content

Commit 361b2f2

Browse files
committed
Add version suffix to artifact names
1 parent a28b0f2 commit 361b2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)