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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-15 00:54:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-15 00:54:27 +0300
commitf836f89109ea8f57fbe267e9f29987d8684a851b (patch)
treeabff00547d2a2a246ab371bb74e77e5ff5733769 /.github/workflows/release.yml
parenta8d3bd46695104affb2cadb3888db5870815f524 (diff)
Workflow fix
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b173151..7481cf2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -62,9 +62,9 @@ jobs:
run: dotnet publish ${{ env.PROJECT_PATH }} -c ${{ env.CONFIGURATION }} -r ${{ matrix.os }}-${{ matrix.arch }} -p:PublishSingleFile=true $SC_OPS -p:IncludeAllContentForSelfExtract=true -o ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_SUBDIR }}/${{ env.APP_NAME }}
- name: Simple test
if: |
- (matrix.host == 'ubuntu-latest' && matrix.os == 'linux' && matrix.arch != 'arm')
- || (matrix.host == 'macos-latest' && matrix.os == 'osx' && matrix.arch != 'arm')
- || (matrix.host == 'windows-latest' && matrix.os == 'win' && matrix.arch != 'arm')
+ (matrix.host == 'ubuntu-latest' && matrix.os == 'linux' && matrix.arch == 'x64')
+ || (matrix.host == 'macos-latest' && matrix.os == 'osx' && matrix.arch == 'x64')
+ || (matrix.host == 'windows-latest' && matrix.os == 'win' && matrix.arch == 'x64')
working-directory: ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_SUBDIR }}/${{ env.APP_NAME }}
run: |
./famicom-dumper list-mappers