mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: fix unexpected token in expression error
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
71f6a2763f
commit
ec6f82ea4c
2
.github/workflows/release-ci.yml
vendored
2
.github/workflows/release-ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
if [[ ${{ github.ref }} == *"rustic_core"* ]]; then
|
||||
echo "package=rustic_core" >> $GITHUB_OUTPUT
|
||||
elif [[ ${{ github.ref }} == *"rustic_testing"*]]; then
|
||||
elif [[ ${{ github.ref }} == *"rustic_testing"* ]]; then
|
||||
echo "package=rustic_testing" >> $GITHUB_OUTPUT
|
||||
elif [[ ${{ github.ref }} == *"rustic-"* ]]; then
|
||||
echo "package=rustic-rs" >> $GITHUB_OUTPUT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user