From b9e78d5425281873440fc6414bc6617c19d7f1ee Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 15 Oct 2022 00:10:31 +0400 Subject: release workflow test --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github') 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: -- cgit v1.2.3