mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
chore: Pin svenstaro/upload-release-action to a specific commit (v2.11.2) in workflow file.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
${{ matrix.system.os == 'windows-latest' && 'Remove-Item venv -Recurse -Force' || 'rm -rf venv' }}
|
||||
|
||||
- name: Upload to Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: dist/${{ matrix.system.output_file }}
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
overwrite: true
|
||||
if: matrix.system.primary_artifact!='' && startsWith(github.ref, 'refs/tags/v')
|
||||
- name: Upload to Release for all architectures
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: dist/${{ matrix.system.output_file }}
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
overwrite: true
|
||||
if: matrix.system.secondary_artifact!='' && startsWith(github.ref, 'refs/tags/v')
|
||||
- name: Update continuous build
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
overwrite: true
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
asset_name: ${{ matrix.system.primary_artifact }}
|
||||
if: matrix.system.primary_artifact!='' && startsWith(github.ref, 'refs/tags/v')
|
||||
- name: Update continuous build for all architectures
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 #v2.11.2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
overwrite: true
|
||||
|
||||
Reference in New Issue
Block a user