Skip to content

Commit

Permalink
fix(actions): i am dumb
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Dec 11, 2023
1 parent 8a68b24 commit 9f218ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build library
run: dotnet build -c Release -v minimal DisCatSharp.sln
- name: Publish library
run: dotnet pack -c Release -v minimal DisCatSharp.sln --no-build --no-restore --include-symbols --include-source -o ./artifacts DisCatSharp.sln
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:
Expand Down

0 comments on commit 9f218ea

Please sign in to comment.