mirror of
https://github.com/v2fly/domain-list-community.git
synced 2026-08-27 05:30:17 +03:00
build.yml: pin target commit SHA
[skip ci]
This commit is contained in:
parent
646bf25ac9
commit
bf3c526de4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -69,6 +69,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Release and upload assets
|
- name: Release and upload assets
|
||||||
run: |
|
run: |
|
||||||
gh release create ${{ env.TAG_NAME }} --generate-notes --latest --title ${{ env.RELEASE_NAME }} ./dlc.dat ./dlc.dat.* ./dlc.dat_plain.yml ./dlc.dat_plain.yml.*
|
gh release create ${{ env.TAG_NAME }} --target ${{ github.sha }} --generate-notes --latest --title ${{ env.RELEASE_NAME }} ./dlc.dat ./dlc.dat.* ./dlc.dat_plain.yml ./dlc.dat_plain.yml.*
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user