We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db23e3 commit eb399beCopy full SHA for eb399be
.github/workflows/cdci.yml
@@ -187,7 +187,8 @@ jobs:
187
env:
188
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189
run: |
190
- echo GITHUB_REF_NAME $GITHUB_REF_NAME
+ echo "GITHUB_REF_NAME in env $env:GITHUB_REF_NAME"
191
+ $GITHUB_REF_NAME = $env:GITHUB_REF_NAME
192
echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $GITHUB_REF_NAME"
193
echo "Available files in build folder: gui/dist/"
194
ls gui/dist/
0 commit comments