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 99e38d9 commit 1566e73Copy full SHA for 1566e73
.github/workflows/cdci.yml
@@ -167,13 +167,13 @@ jobs:
167
with:
168
name: vuegen_gui_${{ matrix.os.label }}
169
path: gui/dist/
170
- - name: Upload Executable to a GitHub Release
171
- if: startsWith(github.ref, 'refs/tags')
+ - name: Upload Executable to a GitHub Release)
172
env:
173
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174
run: |
175
TAG_NAME=${GITHUB_REF#refs/tags/}
176
- cp
+ TAG_NAME=0.3.0-alpha
+ echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $TAG_NAME"
177
gh release upload "$TAG_NAME" gui/dist/vuegen_gui.*#vuegen_gui_${{ matrix.os.label }}
178
# https://cli.github.com/manual/gh_release_upload
179
# either .app or .exe depending on the OS
0 commit comments