File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ jobs:
299299 path : cmake-build-release/Qldd-1.1.1-x86_64.???
300300 macos-clang-cmake :
301301 runs-on : macos-latest
302+
302303 steps :
303304 - name : Get current date
304305 id : date
@@ -321,11 +322,10 @@ jobs:
321322 MAKEFLAGS : " -j2"
322323 - name : cpack
323324 run : cd cmake-build-release && cpack -G DragNDrop && cd ..
324- # upload artifact
325- - uses : mad9000/actions-find-and-replace-string@3
326- id : container
327- with :
328- source : ${{ matrix.container }}
329- find : ' :' # we want to remove : from container name
330- replace : ' -' # and replace it with -
325+
326+ - name : Upload Qldd binary
327+ uses : actions/upload-artifact@v3
328+ with :
329+ name : Qldd-1.1.1-Darwin.dmg
330+ path : cmake-build-release/Qldd-1.1.1-Darwin.dmg
331331
You can’t perform that action at this time.
0 commit comments