Skip to content

Commit

Permalink
ayabAsync v1.1.1
Browse files Browse the repository at this point in the history
Upload artifact from ayabAsync
  • Loading branch information
jpcornil-git authored Nov 8, 2024
1 parent 057ccf7 commit 732a021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive_build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 732a021

Please sign in to comment.