Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 17, 2023
1 parent 6bf8c6a commit 98aca84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: aarch64-apple-darwin
path: target/aarch64-apple-darwin/release/upnotify
path: upnotify
build-x86_64-apple-darwin:
runs-on: macos-latest
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: x86_64-apple-darwin
path: target/x86_64-apple-darwin/release/upnotify
path: upnotify
build-aarch64-unknown-linux-gnu:
runs-on: ubuntu-latest
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: aarch64-unknown-linux-gnu
path: target/aarch64-unknown-linux-gnu/release/upnotify
path: upnotify
build-x86_64-unknown-linux-gnu:
runs-on: ubuntu-latest
steps:
Expand All @@ -70,8 +70,8 @@ jobs:
args: --release
- uses: actions/upload-artifact@v3
with:
name: linux-x86
path: target/x86_64-unknown-linux-gnu/release/upnotify
name: x86_64-unknown-linux-gnu
path: upnotify
build-x86_64-pc-windows-msvc:
runs-on: windows-latest
steps:
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: x86_64-pc-windows-msvc
path: target/x86_64-pc-windows-msvc/release/upnotify
path: upnotify
build-aarch64-pc-windows-msvc:
runs-on: windows-latest
steps:
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: aarch64-pc-windows-msvc
path: target/aarch64-pc-windows-msvc/release/upnotify
path: upnotify
archive:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 98aca84

Please sign in to comment.