File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ jobs:
226226 export $(grep -v '^#' .env.staging | xargs)
227227
228228 # Set asset prefix and base path with git tag
229- ASSET_PREFIX=https://blog.vllm.ai/guidellm/ui/release/${TAG}
230- BASE_PATH=/ui/release/${TAG}
229+ ASSET_PREFIX=https://blog.vllm.ai/guidellm/ui/release/${{ TAG} }
230+ BASE_PATH=/ui/release/${{ TAG} }
231231 GIT_SHA=${{ github.sha }}
232232 export ASSET_PREFIX=${ASSET_PREFIX}
233233 export BASE_PATH=${BASE_PATH}
@@ -239,7 +239,7 @@ jobs:
239239 with :
240240 github_token : ${{ secrets.GITHUB_TOKEN }}
241241 publish_dir : .src/ui/out
242- destination_dir : ui/release/${TAG }
242+ destination_dir : ui/release/${{ github.ref_name } }
243243 keep_files : false
244244 user_name : ${{ github.actor }}
245245 user_email : ${{ github.actor }}@users.noreply.github.com
You can’t perform that action at this time.
0 commit comments