Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Nov 21, 2020
1 parent d71f05a commit b4e22d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:

- name: Build project # This would actually build your project, using zip for an example artifact
run: |
cd ./test
dotnet restore
dotnet build --configuration Release --no-restore
cd .test/src/Ray.BiliBiliTool.Console
cd ./src/Ray.BiliBiliTool.Console
dotnet publish --self-contained false -o ./bin/Publish/net5-dependent
cd ./bin/Publish
zip --junk-paths bilibili-tool-v${{ github.ref }}-net5-dependent net5-dependent
Expand Down

0 comments on commit b4e22d1

Please sign in to comment.