This commit is contained in:
John Harker 2020-06-09 02:10:47 +01:00 committed by GitHub
parent cda2a0e166
commit 9404bafc11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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