Fixed targeting in actions
Nightly Build and Release / Build and Release Nightly (push) Successful in 30s

This commit is contained in:
qwsdcvghyu89
2026-06-05 01:10:53 +10:00
parent c573639d96
commit ece48eb79b
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
dotnet nuget add source "https://git.main.qwsdcvghyu.com/api/packages/riley/nuget/index.json" --name "GiteaRegistry" --username "riley" --password "${{ secrets.PACKAGES_KEY }}" --store-password-in-clear-text
- name: 'Execute .NET Publish Target'
run: dotnet build aeqw89.tools.Publish/aeqw89.tools.Publish.csproj -t:PublishAll
run: dotnet build aeqw89.tools.Publish/aeqw89.tools.Publish.csproj -t:Archive
- name: Update Nightly Release
uses: softprops/action-gh-release@v2