Skip to content

Commit 3c3df71

Browse files
committed
bump to lando/code-sign-action@v3 part 2
1 parent 43aba96 commit 3c3df71

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/dev-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,20 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
include:
41+
file:
42+
# - lando-linux-arm64-${{ github.sha }}
43+
# - lando-macos-arm64-${{ github.sha }}
44+
# - lando-win-arm64-${{ github.sha }}.exe
4245
# - lando-linux-x64-${{ github.sha }}
4346
# - lando-macos-x64-${{ github.sha }}
4447
# - lando-win-x64-${{ github.sha }}.exe
48+
# - lando-linux-arm64-slim-${{ github.sha }}
49+
# - lando-macos-arm64-slim-${{ github.sha }}
50+
# - lando-win-arm64-slim-${{ github.sha }}.exe
4551
- lando-linux-x64-slim-${{ github.sha }}
4652
- lando-macos-x64-slim-${{ github.sha }}
4753
- lando-win-x64-slim-${{ github.sha }}.exe
54+
4855
with:
4956
file: ${{ matrix.file }}
5057
secrets:

0 commit comments

Comments
 (0)