Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-11 21:43:44 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-11 21:43:44 +0300
commit09b017e4a4a62f04f12fe742bfd9caf85d34b146 (patch)
tree5cc9aca01ed2c44612573099fe04057bff05a868
parentc695b373cdb1ae0ca0b0e033fb3657fea7411116 (diff)
Pipeline fix
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 78e67f7..ceee427 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
- name: Build CoolgirlCombiner for Linux-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}
@@ -120,7 +120,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
- name: Build CoolgirlCombiner for MacOS-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}
@@ -174,7 +174,7 @@ jobs:
shell: msys2 {0}
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images footer.* output
- name: Build CoolgirlCombiner for Win-x64
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true' || '--no-self-contained' }}