correct download url
This commit is contained in:
parent
a1dba62177
commit
225a840c26
@ -20,9 +20,9 @@ jobs:
|
||||
steps:
|
||||
- id: transfer
|
||||
run: |
|
||||
downloadUrl=${{ vars.WEB_DEPLOY_URL }}${{ inputs.downloadFile }}
|
||||
downloadUrl=${{ vars.WEB_DOWNLOAD_URL }}${{ inputs.downloadFile }}
|
||||
uploadUrl=${{ vars.WEB_DEPLOY_URL }}${{ inputs.uploadFile }}
|
||||
newDownloadUrl=${{ vars.WEB_DEPLOY_URL }}${{ inputs.uploadFile }}
|
||||
newDownloadUrl=${{ vars.WEB_DOWNLOAD_URL }}${{ inputs.uploadFile }}
|
||||
|
||||
# Extract file names from the input paths
|
||||
downloadFileName=$(basename "${{ inputs.downloadFile }}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user