Skip to content

Commit

Permalink
build project, don't pack it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Feb 15, 2024
1 parent d2af2e3 commit bd5b3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and pack solution
run: |
dotnet pack -c Release
dotnet build -c Release
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build and pack solution
run: |
dotnet pack -c Release
dotnet build -c Release
- name: Upload Thunderstore artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bd5b3ac

Please sign in to comment.