Skip to content

Commit 68c1e18

Browse files
committed
fix for real
1 parent 0b59617 commit 68c1e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
latest_fn=${fn//${{ fromJSON(needs.ci.outputs.plugin).version }}/latest}
420420
if [ "${{ matrix.platform }}" == 'any' ]; then
421421
echo "gcs_upload_glob=$fn*"
422-
echo "gcs_upload_glob_latest=$latest_fn"
422+
echo "gcs_upload_glob_latest=$latest_fn*"
423423
else
424424
# strip the extension (.zip) and append the platform instead
425425
echo "gcs_upload_glob=${fn%.*}.${{ matrix.platform }}*"

0 commit comments

Comments
 (0)