Skip to content

Commit

Permalink
not use gha build nativeaot
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Aug 13, 2024
1 parent c1cba30 commit 98d9da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet-version: 8.x

- name: Publish the application
run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} --self-contained false
run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} /p:PublishAot=false

- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 98d9da7

Please sign in to comment.