Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keton authored Jan 22, 2024
1 parent da53ed6 commit adac7b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -r win-x64 --sc -o ${{github.workspace}}/publish
- name: Compress release
run: |
7z a ${{github.workspace}}/chiuaua.zip ${{github.workspace}}/publish/*.*
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: chiuaua
path: ${{github.workspace}}/chiuaua.zip
path: ${{github.workspace}}/publish/*.*
if-no-files-found: error

0 comments on commit adac7b8

Please sign in to comment.