diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 233a584..54273b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | - name: prepare environment | 17 | - name: prepare environment |
| 18 | run: | | 18 | run: | |
| 19 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 19 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
| 20 | - uses: actions/checkout@v4 | 20 | - uses: actions/checkout@v6 |
| 21 | with: | 21 | with: |
| 22 | fetch-depth: 0 | 22 | fetch-depth: 0 |
| 23 | - name: autogen | 23 | - name: autogen |
| @@ -37,7 +37,7 @@ jobs: | |||
| 37 | DESTDIR=`pwd`/dest make install | 37 | DESTDIR=`pwd`/dest make install |
| 38 | tar -C dest -cf libplist.tar usr | 38 | tar -C dest -cf libplist.tar usr |
| 39 | - name: publish artifact | 39 | - name: publish artifact |
| 40 | uses: actions/upload-artifact@v4 | 40 | uses: actions/upload-artifact@v6 |
| 41 | with: | 41 | with: |
| 42 | name: libplist-latest_${{env.target_triplet}} | 42 | name: libplist-latest_${{env.target_triplet}} |
| 43 | path: libplist.tar | 43 | path: libplist.tar |
| @@ -53,7 +53,7 @@ jobs: | |||
| 53 | fi | 53 | fi |
| 54 | pip3 install --break-system-packages cython | 54 | pip3 install --break-system-packages cython |
| 55 | shell: bash | 55 | shell: bash |
| 56 | - uses: actions/checkout@v4 | 56 | - uses: actions/checkout@v6 |
| 57 | with: | 57 | with: |
| 58 | fetch-depth: 0 | 58 | fetch-depth: 0 |
| 59 | - name: autogen | 59 | - name: autogen |
| @@ -92,7 +92,7 @@ jobs: | |||
| 92 | DESTDIR=`pwd`/dest make install | 92 | DESTDIR=`pwd`/dest make install |
| 93 | tar -C dest -cf libplist.tar usr | 93 | tar -C dest -cf libplist.tar usr |
| 94 | - name: publish artifact | 94 | - name: publish artifact |
| 95 | uses: actions/upload-artifact@v4 | 95 | uses: actions/upload-artifact@v6 |
| 96 | with: | 96 | with: |
| 97 | name: libplist-latest_macOS | 97 | name: libplist-latest_macOS |
| 98 | path: libplist.tar | 98 | path: libplist.tar |
| @@ -131,7 +131,7 @@ jobs: | |||
| 131 | echo "dest=$dest" >> $GITHUB_ENV | 131 | echo "dest=$dest" >> $GITHUB_ENV |
| 132 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 132 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
| 133 | git config --global core.autocrlf false | 133 | git config --global core.autocrlf false |
| 134 | - uses: actions/checkout@v4 | 134 | - uses: actions/checkout@v6 |
| 135 | with: | 135 | with: |
| 136 | fetch-depth: 0 | 136 | fetch-depth: 0 |
| 137 | - name: autogen | 137 | - name: autogen |
| @@ -160,7 +160,7 @@ jobs: | |||
| 160 | DESTDIR=`pwd`/dest make install | 160 | DESTDIR=`pwd`/dest make install |
| 161 | tar -C dest -cf libplist.tar ${{ env.dest }} | 161 | tar -C dest -cf libplist.tar ${{ env.dest }} |
| 162 | - name: publish artifact | 162 | - name: publish artifact |
| 163 | uses: actions/upload-artifact@v4 | 163 | uses: actions/upload-artifact@v6 |
| 164 | with: | 164 | with: |
| 165 | name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} | 165 | name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} |
| 166 | path: libplist.tar | 166 | path: libplist.tar |
