Skip to content

Commit

Permalink
ci: Fixed names.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Dec 11, 2023
1 parent b1f5160 commit d58a3a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build, test and publish
runs-on: windows-latest
steps:
- name: "Checkout"
- name: Checkout
uses: actions/checkout@v4

- name: Install workloads
Expand All @@ -28,11 +28,11 @@ jobs:
Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
./workload-install.ps1
- name: "Build"
- name: Build
run: dotnet build src/libs/Maui.Android.InAppUpdates
--configuration Release

- name: "Publish"
- name: Publish
run: dotnet nuget push
**.nupkg
--skip-duplicate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build, test and publish
runs-on: windows-latest
steps:
- name: "Checkout"
- name: Checkout
uses: actions/checkout@v4

- name: Install workloads
Expand All @@ -28,6 +28,6 @@ jobs:
Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1'
./workload-install.ps1
- name: "Build"
- name: Build
run: dotnet build src/libs/Maui.Android.InAppUpdates
--configuration Release

0 comments on commit d58a3a2

Please sign in to comment.