Skip to content

Commit ce2b2ec

Browse files
committed
debug, maxtrix build, test matrix as well - v8
1 parent e903a6b commit ce2b2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-layers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
with:
108108
path: artifacts
109109

110+
- name: Unzip sharp-x64
111+
run: |
112+
unzip artifacts/sharp-x64.zip -d artifacts/sharp-x64
113+
110114
- name: Read previous version
111115
id: previous
112116
run: echo "sharpver=$(cat version.txt)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)