Skip to content

Commit

Permalink
Tweak dev build wf
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Oct 19, 2024
1 parent e249298 commit a78edc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_dev_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
global-json-file: global.json
- name: "Build backend"
working-directory: ImperatorToCK3
# Make sure it builds self-contained, because for the dev build we're not building the InnoSetup installer.
run: |
dotnet publish -p:PublishProfile=${{ matrix.build }} -c:Release --output:"../Publish/ImperatorToCK3"
dotnet publish -p:PublishProfile=${{ matrix.build }} -c:Release --output:"../Publish/ImperatorToCK3" -p:SelfContained=true
- name: Archive Publish folder
uses: thedoctor0/zip-release@master
with:
Expand Down

0 comments on commit a78edc8

Please sign in to comment.