Skip to content

Commit 6d873aa

Browse files
committed
fix(ci): remove unused matrix ref
1 parent a5853f6 commit 6d873aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package_main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
run: |
5959
# zip up just the files we uploaded for the release
6060
zip_name="camera-display-${{ matrix.build.name }}_$(git describe --tags --dirty).zip"
61-
cd ${{ matrix.build.path }}
6261
zip -r -j $zip_name build/*.bin build/*.elf build/bootloader/bootloader.bin build/partition_table/partition-table.bin build/flasher_args.json build/flash_args
63-
echo "artifact_path=${{ matrix.build.path }}/$zip_name" >> "$GITHUB_ENV"
62+
echo "artifact_path=$zip_name" >> "$GITHUB_ENV"
6463
6564
- name: Attach files to release
6665
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)