Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 8ac1030

Browse files
committed
fix build and deplop
1 parent cc6f343 commit 8ac1030

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
include:
1212
- script:
1313
- cmake -DMBPBUILD:BOOL=OFF CMakeLists.txt
14-
- cmake cmake --build . --target Rewind FrameRateUnlock
14+
- cmake --build . --target Rewind FrameRateUnlock
1515

1616
deploy:
1717
provider: releases
18-
api_key: github_oauth
18+
api_key: $GITHUB_OAUTH
1919
file_glob: true
2020
file: ./*
2121
skip_cleanup: true
@@ -26,7 +26,7 @@ jobs:
2626

2727
deploy:
2828
provider: releases
29-
api_key: github_oauth
29+
api_key: $GITHUB_OAUTH
3030
file_glob: true
3131
file: ./*
3232
skip_cleanup: true

0 commit comments

Comments
 (0)