Skip to content

Commit

Permalink
Update Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 24, 2024
1 parent c4fcb97 commit 3d94b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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

0 comments on commit 3d94b5c

Please sign in to comment.