From 1741dddbdb3afe8228dc78d3887627ee9cd69e86 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Mon, 23 May 2022 15:56:07 +0200 Subject: [PATCH] Revert "Merge branch 'main' into main" This reverts commit ab917afe2cdcef675167f88db80ebeb9904832c0, reversing changes made to 10dc1fbaa8afb8dfe93526cd54fa3c7b4687f5a5. --- .github/workflows/build.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d01092d..4a9c07e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,6 @@ on: paths-ignore: - 'README.md' - '.github/**' - workflow_dispatch: jobs: build: @@ -22,15 +21,12 @@ jobs: configuration: [Release] include: - os: ubuntu-latest - ATTR: echo Nothing-to-do COMMAND: AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained ARTIFACT: AM2RLauncher/AM2RLauncher.Gtk/bin/Release/net5.0/ubuntu.18.04-x64/publish/ - os: macOS-latest - ATTR: xattr -rd com.apple.quarantine AM2RLauncher/AM2RLauncher.Mac/bin/Release/net6.0/osx-x64/AM2RLauncher.Mac.app/ COMMAND: AM2RLauncher.Mac -r osx-x64 --no-self-contained ARTIFACT: AM2RLauncher/AM2RLauncher.Mac/bin/Release/net6.0/osx-x64/AM2RLauncher.Mac.app/ - os: windows-latest - ATTR: echo Nothing-to-do COMMAND: AM2RLauncher.Wpf -r win-x86 -o builds\win86 ARTIFACT: AM2RLauncher\AM2RLauncher.Wpf\bin\Release\net48\win-x86\ runs-on: ${{ matrix.os }} @@ -49,12 +45,10 @@ jobs: working-directory: ./AM2RLauncher run: dotnet publish ${{ matrix.COMMAND }} -c "${{ matrix.configuration }}" # Steps for uploading artifacts. We don't need them currently, so they're commented out. - - name: Set Attributes - run: ${{ matrix.ATTR }} - - name: Zip to Archive - run: 7z a -tzip ${{ matrix.os }}.zip ./${{ matrix.ARTIFACT }} - - name: Upload Artifacts - uses: actions/upload-artifact@v1.0.0 - with: - name: ${{ matrix.os }} - path: ${{ matrix.os }}.zip + #- name: Zip to Archive + # run: 7z a -tzip ${{ matrix.os }}.zip ./${{ matrix.ARTIFACT }} + #- name: Upload Artifacts + # uses: actions/upload-artifact@v1.0.0 + # with: + # name: ${{ matrix.os }} + # path: ${{ matrix.os }}.zip