Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
loki077 committed Dec 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5a3a6b4 commit 0808450
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/carbonix_build.yml
Original file line number Diff line number Diff line change
@@ -499,13 +499,18 @@ jobs:
with:
name: ${{ steps.filter-artifacts.outputs.result }}
path: aircraft_zip/

- name: Delete unnecessary folders
run: |
rm -rf aircraft_zip/build-periph-*
- name: List downloaded files
run: ls -R aircraft_zip/

- name: Zip the folder
run: |
zip -r ${{ env.folder_name }}.zip aircraft_zip/
cd aircraft_zip
zip -r ../${{ env.folder_name }}.zip .
- name: Upload zipped folder to artifacts
uses: actions/upload-artifact@v4

0 comments on commit 0808450

Please sign in to comment.