From de8eb4cdea9b21b6df105c72ee7facb14425b1de Mon Sep 17 00:00:00 2001 From: LeafYeeXYZ Date: Sun, 21 Jul 2024 14:15:23 +0800 Subject: [PATCH] up --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f9713d..bb9f2c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,15 @@ jobs: - name: 'linux-amd64' platform: 'linux/amd64' os: 'ubuntu-latest' + - name: 'linux-arm64' + platform: 'linux/arm64' + os: 'ubuntu-latest' - name: 'windows-amd64' platform: 'windows/amd64' os: 'windows-latest' + - name: 'windows-arm64' + platform: 'windows/arm64' + os: 'windows-latest' - name: 'darwin-amd64' platform: 'darwin/amd64' os: 'macos-latest' @@ -63,7 +69,7 @@ jobs: run: wails build - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.build.name }} path: build/bin/* \ No newline at end of file