diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6788f3b..6fb2d16 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,6 +36,12 @@ jobs: name: Windows 32-bit path: dist/packwiz_windows_386/ + - name: Upload assets + uses: actions/upload-artifact@v2 + with: + name: Windows 64-bit ARM + path: dist/packwiz_windows_arm64/ + - name: Upload assets uses: actions/upload-artifact@v2 with: @@ -57,5 +63,11 @@ jobs: - name: Upload assets uses: actions/upload-artifact@v2 with: - name: macOS 64-bit + name: macOS 64-bit x86 path: dist/packwiz_darwin_amd64/ + + - name: Upload assets + uses: actions/upload-artifact@v2 + with: + name: macOS 64-bit ARM + path: dist/packwiz_darwin_arm64/ \ No newline at end of file