Skip to content

Commit

Permalink
Update Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Jul 3, 2022
1 parent efb577d commit 77d8f0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ configuration:
- Release

environment:
ARTIFACT_PATH: cutter-deps-win.tar.gz
ARTIFACT_NAME: cutter-deps-win.tar.gz
ARTIFACT_PATH: cutter-deps-win-x86_64.tar.gz
ARTIFACT_NAME: cutter-deps-win-x86_64.tar.gz

build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
Expand All @@ -25,7 +25,7 @@ deploy:
description: "cutter-deps"
provider: GitHub
auth_token:
secure: zMlNzVP9WsKDBhzIYyjRrrGwow232C6kivY7zG7Neu9XdbXqbPKFEQbb3XYSGZRQ
secure: KmbKdGN8lEOX7By1hNkfGu7iNA+CVztc2qIO/BPXykFXeeKx6+XQBKgIIq9hDorS
artifact: "%ARTIFACT_PATH%"
on:
APPVEYOR_REPO_TAG: true
4 changes: 2 additions & 2 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt remove llvm-9
sudo apt install libclang-8-dev llvm-8 mesa-common-dev libgl1-mesa-dev
make
echo UPLOAD_FILE=cutter-deps-linux.tar.gz >> $GITHUB_ENV
echo UPLOAD_FILE=cutter-deps-linux-x86_64.tar.gz >> $GITHUB_ENV
echo UPLOAD_ASSET_TYPE=application/gzip >> $GITHUB_ENV
- name: build macos
if: contains(matrix.os, 'macos')
Expand All @@ -43,7 +43,7 @@ jobs:
llvm-config --version
export MACOSX_DEPLOYMENT_TARGET=10.14
make
echo UPLOAD_FILE=cutter-deps-macos.tar.gz >> $GITHUB_ENV
echo UPLOAD_FILE=cutter-deps-macos-x86_64.tar.gz >> $GITHUB_ENV
echo UPLOAD_ASSET_TYPE=application/gzip >> $GITHUB_ENV
- name: build windows
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit 77d8f0a

Please sign in to comment.