lists directory for debugging and updates image links to cdn

This commit is contained in:
Stephen Hawes
2023-06-09 12:56:44 -04:00
parent 3d0cfd6a85
commit 4d3879d36e
4 changed files with 13 additions and 9 deletions

View File

@@ -152,11 +152,15 @@ jobs:
name: pcb-images
- name: Move PCB Images for Workflow Dispatch
if: github.event_name != 'release'
run: |
ls -al
mv pcb-images/* Feeder-${SHORT_SHA}/img
- name: Move PCB Images for Release
if: github.event_name == 'release'
run: |
ls -al
mv pcb-images/* Feeder-${{ github.event.release.tag_name }}/img
- name: Install FreeCAD Python library