Skip to content

Commit

Permalink
Pro Tip: Read Copilot output before pushing it
Browse files Browse the repository at this point in the history
  • Loading branch information
YunxianHua committed Oct 22, 2024
1 parent bb2ddd6 commit 595f8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: zip -r ${{ matrix.ros_distribution }}-install.zip install

- name: Upload build artifact to GitHub Release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.ros_distribution }}-install.zip
Expand Down

0 comments on commit 595f8ba

Please sign in to comment.