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-06 21:49:39 +0300
committerGitHub <noreply@github.com>2022-11-06 21:49:39 +0300
commit0dcd01ba8cb32323cb5b597a350331891a30c341 (patch)
treea6eb5b41467f332e654b43f9c485aec83efacc41
parentd56336f72ebd2f074ffbb26fb9f16af266817acc (diff)
Update build.yaml
-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 0ce7c83..d2ed60f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: Copy main files
run: >-
- mkdir -p ${{ OUTPUT_DIR }} \
+ mkdir -p ${{ OUTPUT_DIR }}
cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
- name: Build NesTiler for Linux-x64
run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r linux-x64 --no-self-contained -o ${{ TOOLS_DIR }}
@@ -85,7 +85,7 @@ jobs:
run: brew install argp-standalone
- name: Copy main files
run: >-
- mkdir -p ${{ OUTPUT_DIR }} \
+ mkdir -p ${{ OUTPUT_DIR }}
cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
- name: Build NesTiler for MacOS-x64
run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r mac-x64 --no-self-contained -o ${{ TOOLS_DIR }}
@@ -123,7 +123,7 @@ jobs:
libargp-devel
- name: Copy main files
run: >-
- mkdir -p ${{ OUTPUT_DIR }} \
+ mkdir -p ${{ OUTPUT_DIR }}
cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
- name: Build NesTiler for Win-x64
run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r win-x64 --no-self-contained -o ${{ TOOLS_DIR }}