From b475ef793463268aa288fd98ebcfd2b6d695baad Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Sep 2023 11:19:15 -0400 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 1 + justfile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6517cd..ef483b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/justfile b/justfile index eb4f2f7..607bab8 100644 --- a/justfile +++ b/justfile @@ -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 @@ -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: