Skip to content

Commit

Permalink
Change part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Feb 1, 2024
1 parent bebb07d commit dc1b311
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,6 @@ jobs:
echo "------ running ziptool ------"
./bin/ziptool || true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false


- name: fix Macos shared object paths
if: matrix.platform == 'macos-latest'
shell: bash
Expand Down Expand Up @@ -333,6 +327,11 @@ jobs:
tar czvf ../upload/linux64.tgz --dereference .
cd ../..
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

- name: Upload Macos binaries
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dc1b311

Please sign in to comment.