diff options
| author | 2025-02-01 21:06:33 +0100 | |
|---|---|---|
| committer | 2025-02-01 21:06:33 +0100 | |
| commit | 6462ea1506fb133ebbf79c3e1660d84a94ae703f (patch) | |
| tree | c13a62bea3e7db37527d0985cb1bbaeb3be56711 /.github | |
| parent | 557652203c08073d84e23f273c80f736be9661c4 (diff) | |
| download | libirecovery-6462ea1506fb133ebbf79c3e1660d84a94ae703f.tar.gz libirecovery-6462ea1506fb133ebbf79c3e1660d84a94ae703f.tar.bz2 | |
[github-actions] Use same artifact preparation for macOS too
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ee0ffd..a35d08f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -109,7 +109,7 @@ jobs: | |||
| 109 | run: | | 109 | run: | | 
| 110 | mkdir -p dest | 110 | mkdir -p dest | 
| 111 | DESTDIR=`pwd`/dest make install | 111 | DESTDIR=`pwd`/dest make install | 
| 112 | tar -C dest -cf libirecovery.tar usr | 112 | tar -C dest -cf libirecovery.tar --strip-components 1 . | 
| 113 | - name: publish artifact | 113 | - name: publish artifact | 
| 114 | uses: actions/upload-artifact@v4 | 114 | uses: actions/upload-artifact@v4 | 
| 115 | with: | 115 | with: | 
