mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 22:19:14 +01:00
final
This commit is contained in:
parent
1e50980b21
commit
b69a186bae
43
.github/workflows/build.yml
vendored
43
.github/workflows/build.yml
vendored
@ -13,31 +13,31 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
# build-fw-hw-sw:
|
||||
# runs-on: ubuntu-latest
|
||||
build-fw-hw-sw:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# steps:
|
||||
# - name: Git checkout
|
||||
# uses: actions/checkout@v3
|
||||
steps:
|
||||
- name: Download SummerCart64 repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# - name: Build script
|
||||
# run: ./docker_build.sh release --force-clean
|
||||
- name: Build everything
|
||||
run: ./docker_build.sh release --force-clean
|
||||
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: SC64
|
||||
# path: SC64.zip
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: SC64
|
||||
path: SC64.zip
|
||||
|
||||
# - name: Upload release assets
|
||||
# if: github.event_name == 'release' && github.event.action == 'created'
|
||||
# uses: softprops/action-gh-release@v0.1.15
|
||||
# with:
|
||||
# files: |
|
||||
# SC64.zip
|
||||
# sc64_firmware.bin
|
||||
- name: Upload release assets
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
files: |
|
||||
SC64.zip
|
||||
sw/update/sc64_firmware.bin
|
||||
|
||||
build-apps:
|
||||
build-sc64-py:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
@ -114,4 +114,5 @@ jobs:
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
files: sw/pc/package/${{ matrix.package-name }}.${{ matrix.package-extension }}
|
||||
files: |
|
||||
sw/pc/package/${{ matrix.package-name }}.${{ matrix.package-extension }}
|
||||
|
Loading…
Reference in New Issue
Block a user