mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
chore: release tag corrected
This commit is contained in:
3
.github/workflows/build-plugin.yml
vendored
3
.github/workflows/build-plugin.yml
vendored
@@ -140,11 +140,12 @@ jobs:
|
||||
if: inputs.RELEASE_CREATED == 'true'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
RELEASE_TAG: ${{ inputs.RELEASE_TAG }}
|
||||
run: |
|
||||
# For each file in release directory
|
||||
for file in deploy/*; do
|
||||
echo "Uploading $file to release..."
|
||||
gh release upload "${inputs.RELEASE_TAG}" "$file" --clobber
|
||||
gh release upload "${RELEASE_TAG}" "$file" --clobber
|
||||
done
|
||||
|
||||
- name: Workflow Dispatch and wait
|
||||
|
||||
Reference in New Issue
Block a user