From 58eccf1af83703086a5b165b63b851aa8db26859 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 1 Feb 2022 10:33:34 +0100 Subject: [PATCH] Uncomment building artifacts --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 051d786..c252b21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,10 +43,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: 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