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

github.com/ClusterM/NesTiler.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-14 23:10:31 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-14 23:10:31 +0300
commitb9e78d5425281873440fc6414bc6617c19d7f1ee (patch)
tree956893318d65264895a613a2bd97337a0b242cc5 /.github
parent09bf9d639d7575121b80bb2fdba5531d1f157132 (diff)
release workflow test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 765622f..6363b4c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -60,14 +60,6 @@ jobs:
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true -p:PublishTrimmed=True' || '--no-self-contained' }}
run: dotnet publish ${{ env.PROJECT_PATH }} -c ${{ env.CONFIGURATION }} -r ${{ matrix.os }}-${{ matrix.arch }} -p:PublishSingleFile=true ${{ env.SC_OPS }} -o ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_SUBDIR }}/${{ env.APP_NAME }} -p:IncludeAllContentForSelfExtract=true
- - 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')
- working-directory: ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_SUBDIR }}/${{ env.APP_NAME }}
- run: |
- ./famicom-dumper list-mappers
- name: Archive
working-directory: ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_SUBDIR }}
env: