Skip to content

Commit 8b496d5

Browse files
committed
fix
1 parent ecb3dd2 commit 8b496d5

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.github/workflows/release.yaml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,22 @@ jobs:
3434
runs-on: macos-14
3535
timeout-minutes: 60
3636

37-
strategy:
38-
- name: checkout
39-
uses: actions/checkout@v3
40-
with:
41-
fetch-depth: 0
42-
submodules: recursive
43-
44-
- name: build
45-
run: |
46-
echo "Building for macOS..."
47-
mkdir -p build
48-
cmake -B build
49-
cmake --build build
50-
cp ./build/snctl-cpp .
51-
52-
- name: upload
53-
uses: actions/upload-artifact@master
54-
with:
55-
name: macos-14-arm64.zip
56-
path: snctl-cpp
37+
- name: checkout
38+
uses: actions/checkout@v3
39+
with:
40+
fetch-depth: 0
41+
submodules: recursive
42+
43+
- name: build
44+
run: |
45+
echo "Building for macOS..."
46+
mkdir -p build
47+
cmake -B build
48+
cmake --build build
49+
cp ./build/snctl-cpp .
50+
51+
- name: upload
52+
uses: actions/upload-artifact@master
53+
with:
54+
name: macos-14-arm64.zip
55+
path: snctl-cpp

0 commit comments

Comments
 (0)