We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847a5ae commit 5dcf883Copy full SHA for 5dcf883
.github/workflows/release-xxx.yml
@@ -56,7 +56,7 @@ jobs:
56
run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
57
- uses: vimtor/action-zip@v1
58
with:
59
- files: src/AgileConfig.Server.Apisite/bin/Release/net8.0/publish/
+ files: src/AgileConfig.Server.Apisite/bin/Release/net10.0/publish/
60
dest: agileconfig_server_deploy.zip
61
- name: create release
62
uses: ncipollo/release-action@v1
0 commit comments