fix
This commit is contained in:
parent
50543f97d1
commit
50d8a89cb8
2 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
id: set-destination
|
id: set-destination
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
|
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
|
||||||
echo "DESTINATION=/Lantaeu/dtch/" >> $GITHUB_ENV
|
echo "DESTINATION=/LantaeuSSD/dtch/" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
echo "DESTINATION=/Lantaeu/dtch_dev/" >> $GITHUB_ENV
|
echo "DESTINATION=/LantaeuSSD/dtch_dev/" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
Loading…
Add table
Add a link
Reference in a new issue