Skip to content

Commit

Permalink
Add release package back
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Oct 10, 2023
1 parent 9403fad commit 8bcb221
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DPICO_BOARD=${{env.PICO_BOARD}}
cmake --build ${{github.workspace}}/build --config Release
# - name: Archive Release Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: uf2-release
# path: |
# src/generated/version.c
# build/*.uf2
- name: Archive Release Artifacts
uses: actions/upload-artifact@v3
with:
name: uf2-release
path: |
src/generated/version.c
build/*.uf2
- name: Build Debug Package
# Build your program with the given configuration
Expand Down

0 comments on commit 8bcb221

Please sign in to comment.