File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -345,14 +345,12 @@ jobs:
345345 uses : TokTok/ci-tools/.github/workflows/deploy-artifact.yml@master
346346 with :
347347 project-name : toxcore
348- artifact-source : tox-* .tar.{gz,xz}
349- artifact-versioned : $VERSION.tar.{gz,xz}
348+ artifact-source : toxcore .tar.{gz,xz}
349+ artifact-versioned : c-toxcore- $VERSION.tar.{gz,xz}
350350 build : tarball
351351 run : |
352352 sudo apt-get install -y --no-install-recommends libsodium-dev
353353 autoreconf -fi
354- ./configure
355- make dist
356- for f in tox-*.tar.gz; do
357- gunzip -c "$f" | xz -z - >"${f%.gz}.xz"
358- done
354+ touch toxcore.tar.gz # prevent error of file changes
355+ tar --exclude-vcs --exclude='toxcore.tar.gz' --exclude='third_party/ci-tools' --exclude='*.github' --exclude='autom4te.cache' -zcvf toxcore.tar.gz .
356+ gunzip -c toxcore.tar.gz | xz -z - >"toxcore.tar.xz"
You can’t perform that action at this time.
0 commit comments