mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 15:44:14 +01:00
final
This commit is contained in:
parent
b31f1b4330
commit
ec096f710b
36
.github/workflows/build.yml
vendored
36
.github/workflows/build.yml
vendored
@ -13,29 +13,29 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# build-fw-hw-sw:
|
build-fw-hw-sw:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Git checkout
|
- name: Git checkout
|
||||||
# uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# - name: Build script
|
- name: Build script
|
||||||
# run: ./docker_build.sh release --force-clean
|
run: ./docker_build.sh release --force-clean
|
||||||
|
|
||||||
# - name: Upload artifact
|
- name: Upload artifact
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: SC64
|
name: SC64
|
||||||
# path: SC64.zip
|
path: SC64.zip
|
||||||
|
|
||||||
# - name: Upload release assets
|
- name: Upload release assets
|
||||||
# if: github.event_name == 'release' && github.event.action == 'created'
|
if: github.event_name == 'release' && github.event.action == 'created'
|
||||||
# uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
# with:
|
with:
|
||||||
# files: SC64.zip
|
files: SC64.zip
|
||||||
|
|
||||||
build-executables:
|
build-apps:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
|
Loading…
Reference in New Issue
Block a user