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 296f886 commit 871a03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: x86_64-unknown-linux-gnu
path: target/aarch64-unknown-linux-gnu/release/upnotify
path: target/x86_64-unknown-linux-gnu/release/upnotify
build-x86_64-pc-windows-msvc:
runs-on: windows-latest
steps:
Expand All @@ -85,6 +85,7 @@ jobs:
with:
command: build
args: --target x86_64-pc-windows-msvc --release
- run: ls target
- uses: actions/upload-artifact@v3
with:
name: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 871a03e

Please sign in to comment.