Attempt #5
This commit is contained in:
parent
cda2a0e166
commit
9404bafc11
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -99,6 +99,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [build-linux, build-darwin, build-windows]
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
-
|
||||
name: Prepare Release Directory
|
||||
run: mkdir ./release
|
||||
|
|
Loading…
Reference in a new issue