Update release.yaml
This commit is contained in:
parent
71d813bbb6
commit
dda16bfaab
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -52,11 +52,11 @@ jobs:
|
|||||||
wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
|
wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
|
||||||
tar xfz gh_2.4.0_linux_amd64.tar.gz
|
tar xfz gh_2.4.0_linux_amd64.tar.gz
|
||||||
|
|
||||||
- name: Checkout 'uazo/bromite' ${{ env.BRANCH }}
|
- name: Checkout 'uazo/buildtools'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'uazo/bromite'
|
repository: 'uazo/buildtools'
|
||||||
ref: ${{ github.event.inputs.rtag }}
|
#ref: ${{ github.event.inputs.rtag }}
|
||||||
path: 'bromite'
|
path: 'bromite'
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user