mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 03:32:43 +00:00
fix aur publish trigger event (#680)
This commit is contained in:
parent
0439d7a83a
commit
952e142ffa
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -189,7 +189,7 @@ jobs:
|
||||
elif [[ ${{ github.ref == 'refs/heads/nightly' }} ]]; then
|
||||
sub_version=".r${commit}"
|
||||
|
||||
echo "aur_publish=true" >> $GITHUB_ENV
|
||||
echo "aur_publish=false" >> $GITHUB_ENV
|
||||
fi
|
||||
else
|
||||
echo "This is a PR event"
|
||||
|
Loading…
x
Reference in New Issue
Block a user