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 3122db4 commit 7f0f207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: x86_64-pc-windows-msvc
path: target/x86_64-pc-windows-msvc/release/upnotify
path: target/x86_64-pc-windows-msvc/release/upnotify.exe
- uses: actions/download-artifact@v3
with:
name: aarch64-pc-windows-msvc
path: target/aarch64-pc-windows-msvc/release/upnotify
path: target/aarch64-pc-windows-msvc/release/upnotify.exe
- uses: extractions/setup-just@v1
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 7f0f207

Please sign in to comment.