Skip to content

Commit

Permalink
build: fix .NET version in 'Generate Files' step of build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Jan 2, 2025
1 parent 1b229d0 commit 416cd5a
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 @@ -41,7 +41,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y xmlstarlet

- name: Generate Files
run: TypeGenerator/bin/Release/net8.0/TypeGenerator -o RobloxTypes
run: TypeGenerator/bin/Release/net9.0/TypeGenerator -o ./RobloxTypes

- name: Push Generated Files
run: |
Expand Down

0 comments on commit 416cd5a

Please sign in to comment.