Skip to content

Commit

Permalink
test upload flag correct
Browse files Browse the repository at this point in the history
  • Loading branch information
damskii9992 committed Jan 7, 2025
1 parent f02fe1e commit 2eeb340
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/Build-multi-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ jobs:
mv libstdc++.so.6 libstdc++.sc.6
patchelf --set-rpath '$ORIGIN' *.so*
mv libstdc++.sc.6 libstdc++.so.6
# mv libstdc++.so.6.0.30 libstdc++.sc.6.0.30
# mv libc.so.6 libc.sc.6
# mv libstdc++.sc.6.0.30 libstdc++.so.6.0.30
# mv libc.sc.6 libc.so.6

- name: Test
id: tests
Expand Down Expand Up @@ -222,9 +217,9 @@ jobs:
- name: Save build artifact Linux
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@master
include-hidden-files: true
with:
name: MuhRec-${{runner.os}}-${{runner.arch}}
include-hidden-files: true
path: |
${{ matrix.build_root }}
# ${{ matrix.build_root }}/bin/*
Expand Down

0 comments on commit 2eeb340

Please sign in to comment.