ci: fix deploy paths

This commit is contained in:
itsmattkc 2022-08-25 17:23:20 -07:00
parent 1da8279972
commit 2ddcc18c67

View file

@ -50,13 +50,12 @@ jobs:
cp lib/*.dll deploy cp lib/*.dll deploy
cd deploy cd deploy
windeployqt si-edit.exe libweaver.dll windeployqt si-edit.exe libweaver.dll
7z a libweaver.zip *
- name: Upload a Build Artifact - name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1 uses: actions/upload-artifact@v2.2.1
with: with:
path: path:
deploy/libweaver.7z deploy
- name: Upload to Releases - name: Upload to Releases
shell: bash shell: bash
@ -66,5 +65,7 @@ jobs:
TRAVIS_REPO_SLUG: itsmattkc/libweaver TRAVIS_REPO_SLUG: itsmattkc/libweaver
TRAVIS_COMMIT: ${{ github.sha }} TRAVIS_COMMIT: ${{ github.sha }}
run: | run: |
cd deploy
7z a libweaver.zip *
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
./upload.sh deploy/libweaver.7z ./upload.sh libweaver.zip