Skip to content

Commit 7102e79

Browse files
authored
Update release_build_and_deploy.yml
1 parent d5fb910 commit 7102e79

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release_build_and_deploy.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ jobs:
2828
- name: 5. Packing
2929
run: /Applications/Visual\ Studio.app/Contents/MacOS/vstool setup pack ${{ github.workspace }}/src/CodingWithCalvin.SuperClean/bin/Release/net7.0/CodingWithCalvin.SuperClean.dll -d:${{ github.workspace }}/src
3030

31-
- name: 6. Publish Artifacts
32-
uses: actions/upload-artifact@v4
31+
- name: 6. Create Tag & Release
32+
uses: ncipollo/[email protected]
3333
with:
34-
name: VS4Mac-SuperClean-${{ env.VERSION }}
35-
path: src/*.mpack
34+
artifacts: ./src/*.mpack
35+
generateReleaseNotes: true
36+
makeLatest: true
37+
token: ${{ secrets.GH_SECRET }}
38+
commit: ${{ github.sha }}
39+
tag: ${{ env.VERSION }}

0 commit comments

Comments
 (0)