Skip to content

Commit

Permalink
Merge pull request #480 from melithine/master
Browse files Browse the repository at this point in the history
Update publish-release.yml to revert back to 32bit builds
  • Loading branch information
sim0n00ps authored Jul 19, 2024
2 parents 1c5353d + 7059835 commit b61a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run build
run: |
dotnet publish -p:Version=${{ steps.version.outputs.version }} -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o outwin
dotnet publish -p:Version=${{ steps.version.outputs.version }} -c Release -r win-x86 --self-contained true -p:PublishSingleFile=true -o outwin
dotnet publish -p:Version=${{ steps.version.outputs.version }} -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -o outlin
cp ./OF\ DL/rules.json outwin/
chmod +x ./outlin/OF\ DL
Expand Down

0 comments on commit b61a6f6

Please sign in to comment.