mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: fix github refs
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
f9efaa7b49
commit
03b0fcdd31
6
.github/workflows/release-ci.yml
vendored
6
.github/workflows/release-ci.yml
vendored
@ -26,11 +26,11 @@ jobs:
|
||||
- name: Determine package
|
||||
id: determine-package-name
|
||||
run: |
|
||||
if [[ ${{ github.ref }} == 'refs/release/rustic_core-*' ]]; then
|
||||
if [[ ${{ github.ref }} == 'refs/heads/release/rustic_core-*' ]]; then
|
||||
echo "package=rustic_core" >> $GITHUB_OUTPUT
|
||||
elif [[ ${{ github.ref }} == 'refs/release/rustic_testing-*' ]]; then
|
||||
elif [[ ${{ github.ref }} == 'refs/heads/release/rustic_testing-*' ]]; then
|
||||
echo "package=rustic_testing" >> $GITHUB_OUTPUT
|
||||
elif [[ ${{ github.ref }} == 'refs/release/rustic-*' ]]; then
|
||||
elif [[ ${{ github.ref }} == 'refs/heads/release/rustic-*' ]]; then
|
||||
echo "package=rustic-rs" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user