Skip to content

Commit 326614c

Browse files
committed
fix: ci?
1 parent 5ee1821 commit 326614c

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
@@ -147,7 +147,7 @@ jobs:
147147
id: prepare-distribution
148148
run: |
149149
bash ./scripts/build/prepare-dist.sh --silent
150-
/usr/bin/env bash ./scripts/build/upload-dist.sh
150+
$GITHUB_ENV bash ./scripts/build/upload-dist.sh
151151
152152
- name: Upload Plugin Artifact
153153
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)