small fix: don't junk the zip for pio-deps (#6029)

This commit is contained in:
Austin
2025-02-10 20:35:06 -06:00
committed by GitHub
co-authored by GitHub
parent 8427072d79
commit d1fa27d353
+1 -1
View File
@@ -335,7 +335,7 @@ jobs:
working-directory: output
run: |
zip -j -9 -r ./meshtasticd-${{ steps.version.outputs.deb }}-src.zip ./debian-src
zip -j -9 -r ./platformio-deps-native-${{ steps.version.outputs.long }}.zip ./pio-deps-native
zip -9 -r ./platformio-deps-native-${{ steps.version.outputs.long }}.zip ./pio-deps-native
# For diagnostics
- name: Display structure of downloaded files