Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Dec 14, 2023
1 parent 1dd5e0b commit 70c484f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
name: Build
runs-on: macOS-latest

steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
build:
name: Build
runs-on: macOS-latest

steps:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: artifact
name: build-artifact
path: Xamarin.ShortcutBadger.*.nupkg

publish-nuget:
Expand All @@ -40,7 +41,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: package
name: build-artifact

- name: Publish
run: |
Expand Down

0 comments on commit 70c484f

Please sign in to comment.