Skip to content

Commit

Permalink
add debug version patching in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Jul 21, 2024
1 parent d212dd0 commit 24c20fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,23 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: DEBUG Version info BEFORE patch
run: |
ls -la src/foundation
cat src/foundation/__init__.py
- name: Download version info
uses: actions/download-artifact@v4
with:
name: icloudpd-${{github.sha}}-version-info
path: |
src/foundation
- name: DEBUG Version info AFTER patch
run: |
ls -la src/foundation
cat src/foundation/__init__.py
- name: Set up QEMU
if: matrix.platform[1] != 'amd64'
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -578,13 +588,23 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: DEBUG Version info BEFORE patch
run: |
ls -la src/foundation
cat src/foundation/__init__.py
- name: Download version info
uses: actions/download-artifact@v4
with:
name: icloudpd-${{github.sha}}-version-info
path: |
src/foundation
- name: DEBUG Version info AFTER patch
run: |
ls -la src/foundation
cat src/foundation/__init__.py
- name: Set up QEMU
if: matrix.platform[1] != 'amd64'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 24c20fc

Please sign in to comment.