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 5977580 commit b475ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
name: aarch64-pc-windows-msvc
path: target/aarch64-pc-windows-msvc/release/upnotify.exe
archive:
permissions: write-all
runs-on: ubuntu-latest
needs:
- build-aarch64-apple-darwin
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version:=`toml get Cargo.toml package.version --raw`
archive_name:="upnotify-" + version + "-" + target
msg:="Unknown error"
binary_name:=if os_family == "windows" { "upnotify.exe" } else { "upnotify "}
notes:=""
notes:="release"
extra_packages:=""

default: build
Expand Down Expand Up @@ -113,7 +113,7 @@ upload-to-release:
--clobber

upload-to-release-ci:
just extra_packages="dist/x86_64-pc-windows-msvc/upnotify-{{version}}-x86_64-pc-windows-msvc.zip
just extra_packages="dist/x86_64-pc-windows-msvc/upnotify-{{version}}-x86_64-pc-windows-msvc.zip \
dist/aarch64-pc-windows-msvc/upnotify-{{version}}-aarch64-pc-windows-msvc.zip" upload-to-release

homebrew-program:
Expand Down

0 comments on commit b475ef7

Please sign in to comment.