Skip to content

Commit

Permalink
fix: csproj ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Apr 25, 2024
1 parent 349cf28 commit fe14caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
find: "0.0.0-devbuild"
replace: ${{ steps.next-version.outputs.version }}
regex: false
include: GodotTestDriver/GodotTestDriver.csproj
include: Chickensoft.GoDotCollections/Chickensoft.GoDotCollections.csproj

- name: 📦 Build
run: dotnet build Chickensoft.GoDotCollections/Chickensoft.GoDotCollections.csproj -c Release
Expand Down

0 comments on commit fe14caf

Please sign in to comment.