Skip to content

Commit

Permalink
Update release-xxx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Nov 25, 2023
1 parent 246d589 commit 3c5b7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
- uses: vimtor/action-zip@v1
with:
files: src/AgileConfig.Server.Apisite/bin/Release/net6.0/publish/
files: src/AgileConfig.Server.Apisite/bin/Release/net8.0/publish/
dest: agileconfig_server_deploy.zip
- name: create release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 3c5b7f2

Please sign in to comment.