Skip to content

Commit 3fa0ba1

Browse files
committed
fix github action for macos
1 parent 9d4eccc commit 3fa0ba1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/action-cpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)