Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update build-gptk.yml
Browse files Browse the repository at this point in the history
txz support
  • Loading branch information
vapidinfinity authored May 16, 2024
1 parent a3046de commit 6adac30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-gptk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,11 @@ jobs:
ln -s ./external/libd3dshared.dylib Libraries/Wine/lib/libd3dshared.dylib
ln -s ./external/D3DMetal.framework Libraries/Wine/lib/D3DMetal.framework
# - name: Compress Libraries (.tar.xz)
# run: tar -cJf Libraries.txz Libraries
- name: Compress Libraries (.tar.xz) [shortened]
run: tar -cJf Libraries.txz Libraries

- name: Upload Libraries to GitHub
uses: actions/upload-artifact@v3
with:
name: Libraries
path: |
Libraries
# Libraries.txz
path: Libraries.txz

0 comments on commit 6adac30

Please sign in to comment.