Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensv committed Mar 26, 2024
2 parents 59db954 + 09abb8d commit d4f7606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- run: |
mkdir artifacts
mkdir artifacts/build
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Mandatory to use the extract version from tag action
Expand Down

0 comments on commit d4f7606

Please sign in to comment.