File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8080 with :
8181 name : Image2Display-osx-x64
8282 path : Image2Display-osx-x64/
83+ - uses : actions/download-artifact@v4
84+ with :
85+ name : Image2Display-osx-arm64
86+ path : Image2Display-osx-arm64/
8387 - uses : actions/download-artifact@v4
8488 with :
8589 name : Image2Display-win-arm64
@@ -108,10 +112,11 @@ jobs:
108112 cd ..
109113 tar zcvf Image2Display-linux-x64.tar.gz Image2Display-linux-x64/
110114 cd Image2Display-osx-x64
111- chmod +x ./Image2Display
112115 cd ..
113- tar zcvf Image2Display-osx-arm64.tar.gz Image2Display-osx-x64/
114116 tar zcvf Image2Display-osx-x64.tar.gz Image2Display-osx-x64/
117+ cd Image2Display-osx-arm64
118+ cd ..
119+ tar zcvf Image2Display-osx-arm64.tar.gz Image2Display-osx-arm64/
115120 zip -r Image2Display-win-arm64.zip Image2Display-win-arm64/
116121 zip -r Image2Display-win-x64.zip Image2Display-win-x64/
117122 zip -r Image2Display-win-x86.zip Image2Display-win-x86/
You can’t perform that action at this time.
0 commit comments