Skip to content

Commit

Permalink
Forgot to change file suffix (x2)
Browse files Browse the repository at this point in the history
CodeByDrescher committed Jan 29, 2024
1 parent d835841 commit b4a2855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -310,7 +310,7 @@ jobs:
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
chmod u+w,+x *
zip ../upload/win64.tgz ./*
zip ../upload/win64.zip ./*
cd ../..
# fi
@@ -340,7 +340,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: win64.tgz
path: build/upload/win64.tgz
path: build/upload/win64.zip

- name: Upload Linux binaries
if: matrix.platform == 'ubuntu-latest'

0 comments on commit b4a2855

Please sign in to comment.