mirror of
https://github.com/ApfelTeeSaft/MultiInject.git
synced 2026-08-27 03:43:29 +00:00
Update dotnet-desktop.yml
This commit is contained in:
@@ -25,6 +25,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '8.0' # Specify .NET SDK version
|
||||
|
||||
- name: Install MAUI Workloads
|
||||
run: dotnet workload restore
|
||||
|
||||
- name: Build the application
|
||||
run: dotnet publish MultiInject.sln -c Release -o output
|
||||
|
||||
@@ -78,4 +81,4 @@ jobs:
|
||||
asset_name: MultiInject-mac-${{ env.VERSION }}.zip
|
||||
asset_content_type: application/zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user