Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn committed Jul 8, 2022
1 parent 551808c commit 9ffd2df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -44,7 +44,8 @@ jobs:
matrix:
target: ${{ fromJson(needs.setup.outputs.targets) }}
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Fetch toolchain from cache
uses: actions/cache@v2
Expand All @@ -64,7 +65,7 @@ jobs:
- name: Publish build artifacts
uses: actions/upload-artifact@v3
with:
name: firmware
name: Assets
path: obj/*.hex
retention-days: 60

Expand Down

0 comments on commit 9ffd2df

Please sign in to comment.