Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKrumsieck committed Sep 4, 2023
1 parent 22b3f61 commit 9311291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build ./Catalyze --configuration Release --no-restore
- name: Pack
run: dotnet pack -c Release --no-restore --no-build
- name: Push Nuget
Expand Down

0 comments on commit 9311291

Please sign in to comment.