mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix
Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io>
This commit is contained in:
parent
9623d2c201
commit
8042ff7897
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-dev-release.yml
vendored
3
.github/workflows/docker-dev-release.yml
vendored
|
@ -128,7 +128,8 @@ jobs:
|
||||||
|
|
||||||
# Upload to GCS
|
# Upload to GCS
|
||||||
echo "Uploading ${tar_name} to GCS"
|
echo "Uploading ${tar_name} to GCS"
|
||||||
gcloud storage cp ${tar_name} gs://${{ secrets.ARTIFACT_BUCKET }}/dragonfly/$VERSION/
|
destination="gs://${{ secrets.ARTIFACT_BUCKET }}/dragonfly/${VERSION}"
|
||||||
|
gcloud storage cp ${tar_name} ${destination}
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -f dragonfly ${tar_name}
|
rm -f dragonfly ${tar_name}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue