Skip to content

Commit

Permalink
Update mgfxc script
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Dec 27, 2024
1 parent cbf186f commit 3ec754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
sudo apt update
sudo apt install wine64 p7zip-full curl
wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/29f3218b8c24de7d2a9d97dc133342e8a08bd8b0/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | sh
wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/2e72fcfa4144ea5bc413963af8f97a2d5e902338/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | sh
- name: Build Windows
run: dotnet publish ${{ env.PROJECT_PATH }} -r win-x64 -c Release --output artifacts/windows --self-contained -p:Version=${{ env.TAGVERSION }}
- name: Build Osx
Expand Down

0 comments on commit 3ec754e

Please sign in to comment.