Skip to content

Commit

Permalink
fix name of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed May 2, 2024
1 parent 5b5bac6 commit f9a440b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
release: '13.2.Rel1'
- name: Build
run: make submodules && make -j$(nproc) all-boards && make drop-pkg
- name: Extract version identifier
run: |
echo >> $GITHUB_ENV "UF2_VERSION_BASE=`git describe --dirty --always --tags`"
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: build/uf2-samdx1-*.zip

path: build/uf2-samdx1-${{ env.UF2_VERSION_BASE }}.zip
name: uf2-samdx1-${{ env.UF2_VERSION_BASE }}.zip

0 comments on commit f9a440b

Please sign in to comment.