Skip to content

Commit

Permalink
Update Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 23, 2024
1 parent 829903c commit ebc62e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout addon
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- name: Package Retail
uses: BigWigsMods/packager@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout addon
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout addon
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
Expand Down

0 comments on commit ebc62e1

Please sign in to comment.