File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -168,12 +168,14 @@ jobs:
168168 name : vuegen_gui_${{ matrix.os.label }}
169169 path : gui/dist/
170170 - name : Upload Executable to a GitHub Release)
171+ if : startsWith(${{ matrix.os.runner }}, 'macos')
171172 env :
172173 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173174 run : |
174175 TAG_NAME=${GITHUB_REF#refs/tags/}
175176 TAG_NAME=0.3.0-alpha
176177 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+ ls gui/dist/
179+ gh release upload "$TAG_NAME" gui/dist/vuegen_gui.app#vuegen_gui_${{ matrix.os.label }}.app
178180 # https://cli.github.com/manual/gh_release_upload
179181 # either .app or .exe depending on the OS
You can’t perform that action at this time.
0 commit comments