From f008ecec0fb88a952d1a7c568edb598f731101fc Mon Sep 17 00:00:00 2001 From: comp500 Date: Wed, 20 Apr 2022 02:17:56 +0100 Subject: [PATCH] Fix amd64 builds (goreleaser added a _v1 suffix to output folders) --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6fb2d16..5fde3da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: Windows 64-bit - path: dist/packwiz_windows_amd64/ + path: dist/packwiz_windows_amd64_v1/ - name: Upload assets uses: actions/upload-artifact@v2 @@ -46,7 +46,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: Linux 64-bit x86 - path: dist/packwiz_linux_amd64/ + path: dist/packwiz_linux_amd64_v1/ - name: Upload assets uses: actions/upload-artifact@v2 @@ -64,7 +64,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: macOS 64-bit x86 - path: dist/packwiz_darwin_amd64/ + path: dist/packwiz_darwin_amd64_v1/ - name: Upload assets uses: actions/upload-artifact@v2