Skip to content

Commit

Permalink
Change the artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed Oct 18, 2024
1 parent 57a9f1a commit ae167c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen_pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
doxygen-version: none
packchk-version: 1.4.1
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output

- name: Upload pack
uses: actions/upload-artifact@v4
with:
name: Generated CMSIS pack
name: Generated CMSIS pack (in zip archive)
path: ./output/*.pack
overwrite: true
retention-days: 3

0 comments on commit ae167c8

Please sign in to comment.