Skip to content

Commit 8188f5e

Browse files
authored
fix env var usage (#514)
1 parent c042b1c commit 8188f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
artifactErrorsFailBuild: true
4040
draft: true
4141
generateReleaseNotes: true
42-
artifacts: boxzer-out/${{ MICROZIG_VERSION }}/*
42+
artifacts: boxzer-out/${{ env.MICROZIG_VERSION }}/*

0 commit comments

Comments
 (0)