Skip to content

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasak committed Aug 18, 2024
1 parent ca219fb commit 5e6989f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 1.7.1.{build}
image: Visual Studio 2015
configuration: Release
build:
project: scripthookdotnet.sln
verbosity: minimal
after_build:
- cmd: >-
copy ".\bin\ScriptHookDotNet.asi" ".\dist\" /Y
7z a "scripthookdotnet_v1.7.1.8.zip" ".\dist\*"
artifacts:
- path: scripthookdotnet_v1.7.1.8.zip
deploy:
- provider: GitHub
tag: release
release: GTA4 .Net ScriptHook v1.7.1.8
auth_token:
secure: hZfzShCRCU17LcTA8gomF+/HRGZkoOsadPrlQUhyaBin5QfGa7+pk6+xx+SBnfF8
artifact: scripthookdotnet_v1.7.1.8.zip
force_update: true
on:
branch: master

0 comments on commit 5e6989f

Please sign in to comment.