Update dotnet.yml

This commit is contained in:
2024-04-14 22:14:32 +02:00
committed by GitHub
parent 984d6b0af8
commit f0678a4244

View File

@@ -26,9 +26,13 @@ jobs:
- name: Publish
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
id: get_tag
run: echo "::set-output name=tag::${GITHUB_REF#refs/tags/}"
- name: Create Release
id: create_release
uses: actions/create-release@v1