Skip to content

Commit

Permalink
Revert previous commit and add a workaround instead
Browse files Browse the repository at this point in the history
The observed behavior seems to be a bug, see actions/checkout#1467.
  • Loading branch information
sodevel committed Nov 13, 2023
1 parent ea1e51f commit 066601b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
}
- uses: actions/checkout@v4.1.1
with:
fetch-tags: true
fetch-depth: 1
submodules: recursive
- uses: msys2/setup-msys2@v2.21.0
with:
Expand Down Expand Up @@ -59,6 +61,8 @@ jobs:
}
- uses: actions/checkout@v4.1.1
with:
fetch-tags: true
fetch-depth: 1
submodules: recursive
- name: Create source archive
run: |
Expand Down

0 comments on commit 066601b

Please sign in to comment.