Skip to content

Commit

Permalink
chore: update package-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
icefed committed Aug 2, 2024
1 parent 8a3fc48 commit 37df1de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: mason-org/actions/registry-lint@v1
- uses: icefed/mason-actions/registry-lint@v1
with:
packages: ${{ github.event.inputs.packages }}

test:
name: Package tests
needs: lint
uses: mason-org/actions/.github/workflows/package-tests.yaml@v1
uses: icefed/mason-actions/.github/workflows/package-tests.yaml@v1
with:
packages: ${{ github.event.inputs.packages }}
2 changes: 1 addition & 1 deletion packages/lazygit/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ source:
bin: lazygit.exe
- target: win_arm64
file: lazygit_{{ version | strip_prefix "v" }}_Windows_arm64.zip
bin: lazygit.exe
file: lazygit.exe
bin:
lazygit: "{{source.asset.bin}}"

0 comments on commit 37df1de

Please sign in to comment.