Skip to content

Commit 566314c

Browse files
committed
Update BuildRelease.yml
1 parent 6769b5e commit 566314c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildRelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
name: Builds the project within the src folder
18+
name: Build Project
1919
runs-on: ubuntu-latest
2020
permissions:
2121
contents: write
@@ -38,6 +38,7 @@ jobs:
3838
run: 7z a -tzip Release.zip ./src/Publish/*
3939

4040
- name: Create Release
41+
id: create_release
4142
uses: actions/create-release@v1
4243
with:
4344
tag_name: v1.${{ github.run_number }}

0 commit comments

Comments
 (0)