Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svavassori committed Jun 20, 2023
1 parent b02df29 commit 2da221d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ jobs:
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)"
export DESCRIPTION="RTLSDR Airband - A multiband decoder for AM and NFM signals"
script/package.sh "${pkg_dir}"
# some references/ideas:
# https://brew.sh/
# https://blog.smittytone.net/2020/06/10/how-to-quickly-package-macos-apps-for-distribution-outside-the-app-store/
- name: Create macOS package
if: runner.os == 'macOS'
run: |
echo "do some magic."
ls -la
- name: "Upload package as artifact"
uses: actions/upload-artifact@v3
Expand All @@ -86,7 +95,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2

- name: Available platforms
- name: Available build platforms
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Login to GHCR
Expand Down

0 comments on commit 2da221d

Please sign in to comment.