We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f475e0 commit 969c2aaCopy full SHA for 969c2aa
.github/workflows/manual_build.yml
@@ -4,7 +4,7 @@ name: "Manual Build"
4
on: workflow_dispatch
5
6
jobs:
7
- build-test:
+ build:
8
runs-on: macos-latest
9
steps:
10
- uses: actions/checkout@v4
@@ -15,8 +15,11 @@ jobs:
15
- name: Build
16
run: sh build.sh
17
18
+ - name: Archive .app bundle
19
+ run: zip -r SDR++.zip SDR++.app
20
+
21
- name: Upload artifact
22
uses: actions/upload-artifact@v4
23
with:
- name: apple_arm_binary
- path: SDR++.app
24
+ name: sdrpp_binary
25
+ path: SDR++.zip
.github/workflows/weekly_build.yml
@@ -6,7 +6,7 @@ on:
- cron: '0 0 * * 0'
11
12
0 commit comments