Skip to content

Commit

Permalink
Revert "Fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 2da221d.
  • Loading branch information
svavassori committed Jun 20, 2023
1 parent a8902fa commit ce0c0ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ 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 @@ -95,7 +86,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2

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

- name: Login to GHCR
Expand Down

0 comments on commit ce0c0ea

Please sign in to comment.