automatic release

This commit is contained in:
Mylloon 2024-08-21 13:08:31 +02:00
parent 0f84fcfbcb
commit 00503b1afd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

26
.github/workflows/upload-release.yml vendored Normal file
View file

@ -0,0 +1,26 @@
name: Upload release
on:
push:
tags:
- "*"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build with Make
run: make
- name: Create ZIP file
run: |
powershell Compress-Archive -Path LICENSE, OBSReplayFolders.lua, detect_game.dll -DestinationPath obs-replay-folders.zip
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: obs-replay-folders.zip