Skip to content

Commit

Permalink
whoops added it to the mac build by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 1, 2023
1 parent 83fe0e8 commit e65251f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Force using msys's curl because the default seems to be broken
PATH=/c/msys64/usr/bin:$PATH
cd $INSTALL_DIR/..
$DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh
tar czf "crashpad-win32-$BUILD_TYPE.tar.gz" $(cygpath "install")
Expand Down Expand Up @@ -152,9 +155,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Force using msys's curl because the default seems to be broken
PATH=/c/msys64/usr/bin:$PATH
$DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh
tar czf "crashpad-mac-${{ matrix.arch }}.tar.gz" "/opt/olive-editor"
chmod +x upload.sh
Expand Down

0 comments on commit e65251f

Please sign in to comment.