diff --git a/.github/workflows/archive_build.yml b/.github/workflows/archive_build.yml index dcf2f48b..d8d7cad1 100644 --- a/.github/workflows/archive_build.yml +++ b/.github/workflows/archive_build.yml @@ -1,14 +1,14 @@ name: Archive Build on: [push, pull_request] env: - AYAB_VERSION: v1.1.0 + AYAB_VERSION: v1.1.1 jobs: archive: runs-on: ubuntu-latest steps: - name: Fetch binary env: - firmwareUrl : https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_0.hex + firmwareUrl : https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_1.hex run: | set -e if ! wget --spider ${firmwareUrl}; then