1
0
Fork 0
This commit is contained in:
Duncan Ogilvie 2021-09-19 19:28:05 +02:00
parent 50bbdda757
commit 1203727aba
1 changed files with 28 additions and 0 deletions

28
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Build
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: |
./build.bat x64
./build.bat x32
./release.bat
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: snapshot
path: release/*
# sign:
# signtool sign /v /sm /fd sha256 /t http://timestamp.sectigo.com file.exe