Skip to content

Commit 1566e73

Browse files
committed
🐛🚧 rm empty copy statement and hard-code tag for now
- also remove restrictions for testing
1 parent 99e38d9 commit 1566e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ jobs:
167167
with:
168168
name: vuegen_gui_${{ matrix.os.label }}
169169
path: gui/dist/
170-
- name: Upload Executable to a GitHub Release
171-
if: startsWith(github.ref, 'refs/tags')
170+
- name: Upload Executable to a GitHub Release)
172171
env:
173172
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174173
run: |
175174
TAG_NAME=${GITHUB_REF#refs/tags/}
176-
cp
175+
TAG_NAME=0.3.0-alpha
176+
echo "Uploading vuegen_gui_${{ matrix.os.label }} to release $TAG_NAME"
177177
gh release upload "$TAG_NAME" gui/dist/vuegen_gui.*#vuegen_gui_${{ matrix.os.label }}
178178
# https://cli.github.com/manual/gh_release_upload
179179
# either .app or .exe depending on the OS

0 commit comments

Comments
 (0)