mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 12:56:30 +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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p signed
|
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
|
- name: Upload unsigned Windows artifact
|
||||||
id: upload-unsigned-artifact
|
id: upload-unsigned-artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user