mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-01 07:28:31 +00:00
Added authorization token
This commit is contained in:
@@ -54,7 +54,7 @@ artifacts:
|
|||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
|
secure: OxKnnT3tlkPl9365cOO84rDWU4UkHIYJc0D3r3Tv7rB3HaR2BBhlhCnl7g3nuOJy
|
||||||
artifact: /.*\.zip/
|
artifact: /.*\.zip/
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
project(raylib)
|
project(raylib)
|
||||||
include("../utils.cmake")
|
include("../utils.cmake")
|
||||||
|
|
||||||
set(PROJECT_VERSION 1.9.0dev)
|
set(PROJECT_VERSION 1.9.1-dev)
|
||||||
set(RAYLIB raylib) # Name of the generated library
|
set(RAYLIB raylib) # Name of the generated library
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user