Distribute binary executables in compressed package

This commit is contained in:
ngosang
2023-03-25 21:53:33 +01:00
parent 82a1cd835a
commit e0bf02fb8b
4 changed files with 19 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ on:
- "master"
jobs:
build:
tag-release:
runs-on: ubuntu-latest
steps:
-

View File

@@ -6,7 +6,7 @@ on:
- 'v*.*.*'
jobs:
build:
build-docker-images:
runs-on: ubuntu-22.04
steps:
-

View File

@@ -36,7 +36,7 @@ jobs:
draft: false
prerelease: false
build-linux:
build-linux-package:
name: Build Linux binary
needs: create-release
runs-on: ubuntu-22.04
@@ -65,7 +65,7 @@ jobs:
with:
asset_paths: '["./dist/flaresolverr_*"]'
build-windows:
build-windows-package:
name: Build Windows binary
needs: create-release
runs-on: windows-2022