From d30367ecb9625bbc0d05cc2e0486e0e89e3db0ba Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 10 Mar 2023 18:06:18 -0800 Subject: [PATCH] nope --- .github/workflows/build-firmware.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index ff8812257f..a3836ca468 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -13,11 +13,6 @@ on: description: 'Make full firmware bundle' required: false type: boolean - release-name: - description: 'Release Name' - required: false - type: string - jobs: build-firmware: @@ -323,16 +318,3 @@ jobs: # with: # name: fome_bundle_${{matrix.build-target}}_autoupdate.zip # path: ./artifacts/fome_bundle_${{matrix.build-target}}_autoupdate.zip - - create-release: - needs: build-firmware - if: ${{ inputs.release-name != '' }} - runs-on: ubuntu-latest-selfhost - - steps: - - uses: actions/download-artifact@v3 - with: - path: release-artifacts - - - name: list artifacts - run: ls -R release-artifacts