mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:22:26 +00:00
build_pyodide - upload build logs for debugging
This commit is contained in:
@@ -47,6 +47,16 @@ jobs:
|
|||||||
NEW_FILE=`echo $FILE | sed "s/$VERSION/$VERSION+${GITHUB_SHA:0:7}/"`
|
NEW_FILE=`echo $FILE | sed "s/$VERSION/$VERSION+${GITHUB_SHA:0:7}/"`
|
||||||
mv $FILE $NEW_FILE
|
mv $FILE $NEW_FILE
|
||||||
|
|
||||||
|
- name: Upload Build Logs
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: build-logs-pyodide
|
||||||
|
path: |
|
||||||
|
packages/ifcopenshell/build.log
|
||||||
|
ifcopenshell_build/*/*/logs/*.log
|
||||||
|
retention-days: 30
|
||||||
|
|
||||||
- name: Pack Dependencies
|
- name: Pack Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ifcopenshell_build
|
cd ifcopenshell_build
|
||||||
|
|||||||
Reference in New Issue
Block a user