Skip to content

Commit 8925283

Browse files
Update prerelease.yml
1 parent a08545a commit 8925283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Upload release artifact
7070
uses: actions/upload-artifact@v2
7171
with:
72-
name: "release"
73-
path: "release-${{ steps.get-version.outputs.version }}.zip"
72+
name: "V${{ steps.get-version.outputs.version }}-prerelease"
73+
path: "V${{ steps.get-version.outputs.version }}-prerelease.zip"
7474

7575
- name: Attach artifact to release
7676
if: env.RELEASE_EXISTS == 'true'

0 commit comments

Comments
 (0)