File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -64,21 +64,18 @@ jobs:
6464 uses : actions/download-artifact@v2
6565 with :
6666 name : windows-latest
67- path : RustyBear-Engine.exe
6867 if : env.TAG
6968
7069 - name : Download Linux executable
7170 uses : actions/download-artifact@v2
7271 with :
7372 name : ubuntu-latest
74- path : RustyBear-Engine-linux
7573 if : env.TAG
7674
7775 - name : Download macOS executable
7876 uses : actions/download-artifact@v2
7977 with :
8078 name : macos-latest
81- path : RustyBear-Engine-macOS
8279 if : env.TAG
8380
8481 - name : GitHub Release
8885 RustyBear-Engine.exe
8986 RustyBear-Engine-linux
9087 RustyBear-Engine-macOS
91- tag_name : v ${{ env.TAG }}
88+ tag_name : ${{ env.TAG }}
9289 draft : true
9390 fail_on_unmatched_files : true
9491 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments