Skip to content

Commit

Permalink
gha: update ikkoku-dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Apr 4, 2024
1 parent 2f95a9d commit 709443a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ikkoku-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: |
cd ./Ikkoku
dotnet restore
dotnet publish -c Release -r "${{ matrix.env.identifier }}-${{ matrix.arch }}"
dotnet publish -c Release -r "${{ matrix.env.identifier }}-${{ matrix.arch }}" /p:PublishAot=true /p:PublishSingleFile=false
# /p:DefineConstants=NotAot
- name: Set short version
shell: bash
Expand Down

0 comments on commit 709443a

Please sign in to comment.