mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
ci: use test signing slug for nightly builds (#1975)
Since I don't want to approve it for every single build each day.
This commit is contained in:
@@ -214,7 +214,11 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p signed
|
||||
echo "slug=release-signing" >> $GITHUB_OUTPUT
|
||||
if [[ ${{ inputs.caller }} == "nightly" ]]; then
|
||||
echo "slug=test-signing" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "slug=release-signing" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Upload unsigned Windows artifact
|
||||
id: upload-unsigned-artifact
|
||||
|
||||
Reference in New Issue
Block a user