-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into RET-1025_handle_motor_driver_errors
- Loading branch information
Showing
64 changed files
with
1,400 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,55 +103,22 @@ jobs: | |
replacesArtifacts: true | ||
allowUpdates: true | ||
|
||
- name: 'Add firmware images artifact' | ||
- name: 'Add firmware category zips' | ||
uses: 'ncipollo/[email protected]' | ||
with: | ||
artifacts: ./firmware-images-${{github.ref_name}}.zip | ||
artifacts: ./firmware-*-${{github.ref_name}}.zip | ||
artifactContentType: application/zip | ||
allowUpdates: true | ||
omitBodyDuringUpdate: true | ||
omitDraftDuringUpdate: true | ||
omitNameDuringUpdate: true | ||
omitPrereleaseDuringUpdate: true | ||
|
||
- name: 'Add firmware robot images artifact' | ||
- name: 'Add latest firmware images' | ||
uses: 'ncipollo/[email protected]' | ||
with: | ||
artifacts: ./firmware-robot-images-${{github.ref_name}}.zip | ||
artifactContentType: application/zip | ||
allowUpdates: true | ||
omitBodyDuringUpdate: true | ||
omitDraftDuringUpdate: true | ||
omitNameDuringUpdate: true | ||
omitPrereleaseDuringUpdate: true | ||
|
||
- name: 'Add firmware pipette images artifact' | ||
uses: 'ncipollo/[email protected]' | ||
with: | ||
artifacts: ./firmware-pipette-images-${{github.ref_name}}.zip | ||
artifactContentType: application/zip | ||
allowUpdates: true | ||
omitBodyDuringUpdate: true | ||
omitDraftDuringUpdate: true | ||
omitNameDuringUpdate: true | ||
omitPrereleaseDuringUpdate: true | ||
|
||
- name: 'Add firmware gripper images artifact' | ||
uses: 'ncipollo/[email protected]' | ||
with: | ||
artifacts: ./firmware-gripper-images-${{github.ref_name}}.zip | ||
artifactContentType: application/zip | ||
allowUpdates: true | ||
omitBodyDuringUpdate: true | ||
omitDraftDuringUpdate: true | ||
omitNameDuringUpdate: true | ||
omitPrereleaseDuringUpdate: true | ||
|
||
- name: 'Add firmware applications artifact' | ||
uses: 'ncipollo/[email protected]' | ||
with: | ||
artifacts: ./firmware-applications-${{github.ref_name}}.zip | ||
artifactContentType: application/zip | ||
artifacts: './firmware-*-images-${{github.ref_name}}/*.hex' | ||
artifactContentType: text/plain | ||
allowUpdates: true | ||
omitBodyDuringUpdate: true | ||
omitDraftDuringUpdate: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.