Browse Source

Fix ref to nightly and add target (#4042)

pull/4044/head
Kevin Ness 1 week ago committed by GitHub
parent
commit
334fb3674d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/nightly_build.yml

3
.github/workflows/nightly_build.yml

@ -29,6 +29,7 @@ jobs:
bin: boa
# We may be able to provide a custom archive name, but
# currently just going with the example default.
target: ${{ matrix.target }}
archive: $bin-$tag-$target
ref: nightly
ref: refs/tags/nightly
token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save