From ce0c0eaa78dd58b89bb7bf011e6039c3767bda20 Mon Sep 17 00:00:00 2001 From: Sergio Vavassori Date: Wed, 21 Jun 2023 00:26:32 +0200 Subject: [PATCH] Revert "Fix typo" This reverts commit 2da221d0a456bcbe6d21e46cd616ad2eb7c83903. --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 219dd45..26be959 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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