summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 965551b..bf2d254 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16 - name: prepare environment 16 - name: prepare environment
17 run: | 17 run: |
18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
19 - uses: actions/checkout@v2 19 - uses: actions/checkout@v3
20 with: 20 with:
21 fetch-depth: 0 21 fetch-depth: 0
22 - name: autogen 22 - name: autogen
@@ -36,7 +36,7 @@ jobs:
36 DESTDIR=`pwd`/dest make install 36 DESTDIR=`pwd`/dest make install
37 tar -C dest -cf libplist.tar usr 37 tar -C dest -cf libplist.tar usr
38 - name: publish artifact 38 - name: publish artifact
39 uses: actions/upload-artifact@v2 39 uses: actions/upload-artifact@v3
40 with: 40 with:
41 name: libplist-latest_${{env.target_triplet}} 41 name: libplist-latest_${{env.target_triplet}}
42 path: libplist.tar 42 path: libplist.tar
@@ -52,7 +52,7 @@ jobs:
52 fi 52 fi
53 pip3 install cython 53 pip3 install cython
54 shell: bash 54 shell: bash
55 - uses: actions/checkout@v2 55 - uses: actions/checkout@v3
56 with: 56 with:
57 fetch-depth: 0 57 fetch-depth: 0
58 - name: autogen 58 - name: autogen
@@ -94,7 +94,7 @@ jobs:
94 DESTDIR=`pwd`/dest make install 94 DESTDIR=`pwd`/dest make install
95 tar -C dest -cf libplist.tar usr 95 tar -C dest -cf libplist.tar usr
96 - name: publish artifact 96 - name: publish artifact
97 uses: actions/upload-artifact@v2 97 uses: actions/upload-artifact@v3
98 with: 98 with:
99 name: libplist-latest_macOS 99 name: libplist-latest_macOS
100 path: libplist.tar 100 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@v2 134 - uses: actions/checkout@v3
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@v2 163 uses: actions/upload-artifact@v3
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