Skip to content

Commit

Permalink
Trial-error to fix no files found error.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexiushen committed Mar 16, 2024
1 parent c2868ce commit cae5f0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_self_diagnosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ jobs:
--collect-submodules pyxdaq
--console ./scripts/self_diagnosis.py
# _ok.so is an universal binary with x86_64 and arm64
cp ./pyxdaq/okFrontPanel/_ok.so
./dist/self_diagnosis/_internal/pyxdaq/okFrontPanel/
# compress ./dist/self_diagnosis to preserve permissions
tar -zcf self_diagnosis.tar.gz ./dist
tar -zcf ./self_diagnosis.tar.gz ./dist
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: self-diagnosis-${{ matrix.os }}-py${{ matrix.python-version }}
path: |
./dist/self_diagnosis.exe
self_diagnosis.tar.gz
./self_diagnosis.tar.gz

0 comments on commit cae5f0b

Please sign in to comment.