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 871a03e commit 11a396b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ 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
path: target/x86_64-pc-windows-msvc/release/upnotify
path: target/x86_64-pc-windows-msvc/release/upnotify.exe
build-aarch64-pc-windows-msvc:
runs-on: windows-latest
steps:
Expand All @@ -106,7 +105,7 @@ jobs:
- uses: actions/upload-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
archive:
runs-on: ubuntu-latest
needs:
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ archive-all:
just target=x86_64-apple-darwin archive-tarball
just target=aarch64-unknown-linux-gnu archive-tarball
just target=x86_64-unknown-linux-gnu archive-tarball
just target=aarch64-pc-windows-msvc archive-zip
just target=x86_64-pc-windows-msvc archive-zip
just target=aarch64-pc-windows-msvc binary_name=upnotify.exe archive-zip
just target=x86_64-pc-windows-msvc binary_name=upnotify.exe archive-zip

package:
#!/usr/bin/env bash
Expand Down

0 comments on commit 11a396b

Please sign in to comment.