Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 11, 2023
1 parent 9f218ea commit 1212e5f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,8 @@ jobs:
run: dotnet build -c Release -v minimal DisCatSharp.sln
- name: Publish library
run: dotnet pack -c Release -v minimal --no-build --no-restore --include-symbols --include-source -o ./artifacts DisCatSharp.sln
- name: Zip artifact files
uses: vimtor/[email protected]
with:
files: ./artifacts/
dest: ./DisCatSharp.zip
- name: Upload artifacts
uses: actions/[email protected]
with:
name: DisCatSharp.zip
path: ./DisCatSharp.zip
name: DisCatSharp
path: ./artifacts/

0 comments on commit 1212e5f

Please sign in to comment.