Skip to content

Commit 5dcf883

Browse files
authored
update pipeline
1 parent 847a5ae commit 5dcf883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-xxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
5757
- uses: vimtor/action-zip@v1
5858
with:
59-
files: src/AgileConfig.Server.Apisite/bin/Release/net8.0/publish/
59+
files: src/AgileConfig.Server.Apisite/bin/Release/net10.0/publish/
6060
dest: agileconfig_server_deploy.zip
6161
- name: create release
6262
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)