Skip to content

Commit df023ed

Browse files
committed
减少打包层次
1 parent 17bde0b commit df023ed

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,27 @@ jobs:
7676
uses: TheDoctor0/[email protected]
7777
with:
7878
filename: win32-x64.zip
79-
path: win32-x64
79+
directory: win32-x64
8080
- name: zip win32-x86
8181
uses: TheDoctor0/[email protected]
8282
with:
8383
filename: win32-x86.zip
84-
path: win32-x86
84+
directory: win32-x86
8585
- name: zip linux-x64
8686
uses: TheDoctor0/[email protected]
8787
with:
8888
filename: linux-x64.zip
89-
path: linux-x64
89+
directory: linux-x64
9090
- name: zip darwin-x64
9191
uses: TheDoctor0/[email protected]
9292
with:
9393
filename: darwin-x64.zip
94-
path: darwin-x64
94+
directory: darwin-x64
9595
- name: zip darwin-arm64
9696
uses: TheDoctor0/[email protected]
9797
with:
9898
filename: darwin-arm64.zip
99-
path: darwin-arm64
99+
directory: darwin-arm64
100100
- name: Release
101101
uses: softprops/action-gh-release@v1
102102
if: startsWith(github.ref, 'refs/tags/')

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,3 @@ script:
77
- cd build
88
- cmake -DCMAKE_BUILD_TYPE=Release ../
99
- make install
10-
deploy:
11-
provider: releases
12-
api_key: $OAUTH_TOKEN
13-
file:
14-
- "install/bin/emmy_core.so"
15-
- "install/bin/emmy_core.dylib"
16-
skip_cleanup: true
17-
draft: false
18-
on:
19-
tags: true

appveyor.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.{build}
1+
version: 1.2.0.{build}
22
image: Visual Studio 2017
33
build_script:
44
- cmd: >-
@@ -25,10 +25,3 @@ artifacts:
2525
name: emmy_core@x64
2626
- path: x86/install/bin
2727
name: emmy_core@x86
28-
deploy:
29-
- provider: GitHub
30-
auth_token:
31-
secure: U8373EzCEIi+fvS6fuw52T7Uvwylslbz5OglnKfScYXUs7Acn7v4Kns+T0aqzOcK
32-
on:
33-
# branch: master
34-
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)