Skip to content

Commit

Permalink
Merge pull request #6 from chickensoft-games/fix/workflows
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
jolexxa authored Feb 1, 2025
2 parents 17c156f + 6079c5d commit 1b32a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
include: Chickensoft.Log/Chickensoft.Log.csproj

- name: 📦 Build
run: dotnet build \
Chickensoft.Log/Chickensoft.Log.csproj -c Release
working-directory: Chickensoft.Log
run: dotnet build -c Release

- name: 🔎 Get Package Path
id: package-path
Expand Down

0 comments on commit 1b32a1e

Please sign in to comment.