From 9ace015690e79e370122fb69c8d78970c7e26c8e Mon Sep 17 00:00:00 2001 From: comp500 Date: Sat, 7 May 2022 16:07:12 +0100 Subject: [PATCH] Don't publish broken 32-bit builds (see #107) --- .github/workflows/go.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 997bc17..50acc33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,11 +30,11 @@ jobs: name: Windows 64-bit path: dist/packwiz_windows_amd64_v1/ - - name: Upload assets - uses: actions/upload-artifact@v2 - with: - name: Windows 32-bit - path: dist/packwiz_windows_386/ +# - name: Upload assets +# uses: actions/upload-artifact@v2 +# with: +# name: Windows 32-bit +# path: dist/packwiz_windows_386/ - name: Upload assets uses: actions/upload-artifact@v2 @@ -48,11 +48,11 @@ jobs: name: Linux 64-bit x86 path: dist/packwiz_linux_amd64_v1/ - - name: Upload assets - uses: actions/upload-artifact@v2 - with: - name: Linux 32-bit x86 - path: dist/packwiz_linux_386/ +# - name: Upload assets +# uses: actions/upload-artifact@v2 +# with: +# name: Linux 32-bit x86 +# path: dist/packwiz_linux_386/ - name: Upload assets uses: actions/upload-artifact@v2