mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
@@ -211,9 +211,7 @@ jobs:
|
||||
|
||||
- name: Upload to tagged release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
working-directory: source
|
||||
run: |
|
||||
exit 0
|
||||
gh release upload "$GITHUB_REF_NAME" ../dist/* --clobber
|
||||
gh release upload "$GITHUB_REF_NAME" dist/* --clobber
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user