From 05359c8ef22dc9c0dbdaf79c98c649176bee45c4 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 7 Dec 2020 15:59:30 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8b480bf4..622f668b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,14 +43,14 @@ jobs: with: name: hasp-lvgl firmware.zip path: build_output/firmware/*.bin - - name: Create release and upload firmware - run: | - set -x - assets=() - for asset in build_output/firmware/*.bin; do - assets+=("-a" "$asset") - done - tag_name="${GITHUB_REF##*/}" - hub release create "${assets[@]}" -m "$tag_name" "$tag_name" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + #- name: Create release and upload firmware + # run: | + # set -x + # assets=() + # for asset in build_output/firmware/*.bin; do + # assets+=("-a" "$asset") + # done + # tag_name="${GITHUB_REF##*/}" + # hub release create "${assets[@]}" -m "$tag_name" "$tag_name" + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}