mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-07-07 21:45:07 +00:00
Update dotnet.yml
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -26,9 +26,13 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out
|
run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out
|
||||||
|
|
||||||
|
- name: Zip the build
|
||||||
|
run: 7z a -tzip ./out/Bot.zip ./out/*
|
||||||
|
|
||||||
- name: Get the tag name
|
- name: Get the tag name
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo "::set-output name=tag::${GITHUB_REF#refs/tags/}"
|
run: echo "::set-output name=tag::${GITHUB_REF#refs/tags/}"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user