Skip to content

Commit 2da221d

Browse files
committed
Fix typo
1 parent b02df29 commit 2da221d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ jobs:
6464
export DEPENDS="libc6 (>= 2.34), libconfig++9v5 (>= 1.5-0.4), libmp3lame0 (>= 3.100), libshout3 (>= 2.4.5), librtlsdr0 (>= 0.6.0), libsoapysdr0.8 (>= 0.8.1), libfftw3-single3 (>= 3.3.8), libpulse0 (>= 14.2)"
6565
export DESCRIPTION="RTLSDR Airband - A multiband decoder for AM and NFM signals"
6666
script/package.sh "${pkg_dir}"
67+
68+
# some references/ideas:
69+
# https://brew.sh/
70+
# https://blog.smittytone.net/2020/06/10/how-to-quickly-package-macos-apps-for-distribution-outside-the-app-store/
71+
- name: Create macOS package
72+
if: runner.os == 'macOS'
73+
run: |
74+
echo "do some magic."
75+
ls -la
6776
6877
- name: "Upload package as artifact"
6978
uses: actions/upload-artifact@v3
@@ -86,7 +95,7 @@ jobs:
8695
id: buildx
8796
uses: docker/setup-buildx-action@v2
8897

89-
- name: Available platforms
98+
- name: Available build platforms
9099
run: echo ${{ steps.buildx.outputs.platforms }}
91100

92101
- name: Login to GHCR

0 commit comments

Comments
 (0)