Skip to content

Commit

Permalink
artifact name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADM228 committed Jul 22, 2024
1 parent 45798ce commit b2b7167
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build_t85:
runs-on: ubuntu-latest
name: Assemble the firmware for the ATtiny85
name: Assemblefor the ATtiny85
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,11 +19,11 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: main.hex
name: attiny85apu_t85.hex
path: bin/avr/main.hex
build_t45:
runs-on: ubuntu-latest
name: Assemble the firmware for the ATtiny45
name: Assemblefor the ATtiny45
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,11 +37,11 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: main.hex
name: attiny85apu_t45.hex
path: bin/avr/main.hex
build_t25:
runs-on: ubuntu-latest
name: Assemble the firmware for the ATtiny25
name: Assemble for the ATtiny25
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -55,5 +55,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: main.hex
name: attiny85apu_t25.hex
path: bin/avr/main.hex

0 comments on commit b2b7167

Please sign in to comment.