mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-11 01:42:58 +00:00
build: make os agnostic
* rewrite build script in python * switch action to use ubuntu
This commit is contained in:
parent
7c3ae2d16e
commit
a446351e5d
3 changed files with 87 additions and 57 deletions
.github/workflows
6
.github/workflows/build_releases.yml
vendored
6
.github/workflows/build_releases.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-all:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout Backend Repo
|
||||
uses: actions/checkout@v4
|
||||
|
@ -28,10 +28,10 @@ jobs:
|
|||
|
||||
- name: Build All
|
||||
run: |
|
||||
.\build_release.ps1
|
||||
python ./build_release.py
|
||||
|
||||
- name: Save Zip of all targets
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: apc-p15-tool-release
|
||||
path: .\_out\_release
|
||||
path: ./_out/_release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue