Skip to content

Commit

Permalink
fix shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed May 2, 2024
1 parent 5d96d56 commit ff35c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
echo >> $GITHUB_ENV "UF2_VERSION_BASE=`git describe --dirty --always --tags`"
- name: Build
run: make submodules && make -j$(nproc) all-boards && mv build/drop build/uf2-samdx1-$(UF2_VERSION_BASE)
run: make submodules && make -j$(nproc) all-boards && mv build/drop build/uf2-samdx1-$UF2_VERSION_BASE
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: build/uf2-samdx1-${{ env.UF2_VERSION_BASE }}
path: build/uf2-samdx1-${{ env.UF2_VERSION_BASE }}/*
name: uf2-samdx1-${{ env.UF2_VERSION_BASE }}

0 comments on commit ff35c92

Please sign in to comment.