Skip to content

Commit 6ebd14c

Browse files
committed
Changed environment variables for CI
1 parent fe1ffcf commit 6ebd14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/upload-artifact@v2
4848
with:
4949
name: app_tgz
50-
path: dist/${{ env.APP_NAME }}.tgz
50+
path: dist/${{ steps.appenv.outputs.app_name }}.tgz
5151

5252
slim-validate:
5353
name: SLIM Validation

0 commit comments

Comments
 (0)