Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Aug 13, 2023
1 parent 3f3b9e1 commit 23bf4ff
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/linux-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,15 @@ jobs:
- name: Build
shell: bash
run: |
. /tmp/build.sh
#. /tmp/build.sh
mkdir -p /out/min_shared
touch /out/min_shared/micro.sfx
php /lwmbs/dump_licenses.php \
"/out/min_shared/licenses" \
"libffi" \
"ffi"
cp /versionFile "/out/min_shared/versionFile"
- name: Prepare gh actions for artifact upload
if: always()
run: |
Expand Down Expand Up @@ -379,12 +386,3 @@ jobs:
main().catch(err => core.setFailed(err.message));
- name: Upload min micro-cli to artifact
if: true
uses: actions/upload-artifact@v3
with:
name: min-${{ matrix.phpVer }}-${{ matrix.libc }}-${{ matrix.arch }}
path: |
/out/min/versionFile
/out/min/micro.sfx

0 comments on commit 23bf4ff

Please sign in to comment.