diff --git a/.github/workflows/package-tests.yaml b/.github/workflows/package-tests.yaml index 90b0b06a03..1ee2f60266 100644 --- a/.github/workflows/package-tests.yaml +++ b/.github/workflows/package-tests.yaml @@ -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 }} diff --git a/packages/lazygit/package.yaml b/packages/lazygit/package.yaml index ad869ea2f8..ef3118a622 100644 --- a/packages/lazygit/package.yaml +++ b/packages/lazygit/package.yaml @@ -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}}"