Skip to content

Commit ed30f07

Browse files
authored
Update release.yml
1 parent 5a5c77b commit ed30f07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -88,7 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)