Skip to content

Commit

Permalink
fixup! ci: Expose build results as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Jan 4, 2025
1 parent c23dab9 commit ab8593d
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 @@ -70,9 +70,9 @@ jobs:
- name: Archive generated svd files
run: tar czf svd.tar.gz svd/
- name: Generate a cargo package for the macros
run: cd macros/; cargo package --no-verify
run: cd macros/; cargo package --no-verify --allow-dirty
- name: Generate a cargo package for avr-device
run: cargo package --no-verify
run: cargo package --no-verify --allow-dirty

# Upload artifacts
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ab8593d

Please sign in to comment.