Action changes
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -14,10 +14,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.1.0
|
||||||
#with:
|
with:
|
||||||
#submodules: 'true'
|
submodules: 'true'
|
||||||
#lfs: 'true'
|
lfs: 'true'
|
||||||
#token: ${{ secrets.GH_SECRET }}
|
token: ${{ secrets.GH_SECRET }}
|
||||||
|
fetch-depth: 0
|
||||||
- name: Configure
|
- name: Configure
|
||||||
env:
|
env:
|
||||||
PLATFORM: ${{ matrix.platform }}
|
PLATFORM: ${{ matrix.platform }}
|
||||||
|
Reference in New Issue
Block a user