Skip to content

Commit

Permalink
Update NewsReader.CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Dec 23, 2023
1 parent de4fc84 commit e6184f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NewsReader.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
cd src/NewsReader/NewsReader.MauiSystem
dotnet publish -f:net8.0-android -c:Debug -p:ApplicationVersion=${{ needs.GetVersion.outputs.versionCode }} -p:ApplicationDisplayVersion=${{ needs.GetVersion.outputs.version }} # Workaround for https://github.com/dotnet/linker/issues/3126
dotnet publish -f:net8.0-android -c:Release -p:ApplicationVersion=${{ needs.GetVersion.outputs.versionCode }} -p:ApplicationDisplayVersion=${{ needs.GetVersion.outputs.version }} # Workaround for https://github.com/dotnet/linker/issues/3126
- name: Upload AAB, APK
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e6184f0

Please sign in to comment.