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 Sep 11, 2023
1 parent d2241fe commit 6f91161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
name: agileconfig-ui
path: src/AgileConfig.Server.Apisite/wwwroot/ui
- name: build server release xxx
run: dotnet publish AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
- uses: vimtor/action-zip@v1
with:
files: AgileConfig.Server.Apisite/bin/Release/net6.0/publish/
files: src/AgileConfig.Server.Apisite/bin/Release/net6.0/publish/
dest: agileconfig_server_deploy.zip
- name: create release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 6f91161

Please sign in to comment.