From a0ff52a86e9651465c3688982abb9e8b7b102ca1 Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Tue, 20 Jun 2023 10:27:27 +0200 Subject: [PATCH] ci: upload arm64 deb to artifacts --- .github/workflows/build.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5e9717708..b499d410c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -107,13 +107,13 @@ jobs: - name: Upload deb package uses: actions/upload-artifact@v3 with: - name: build-axolotl-linux-amd64 + name: build-axolotl-linux-amd64-deb path: target/release/bundle/deb retention-days: 1 - - name: Upload deb package + - name: Upload appimage package uses: actions/upload-artifact@v3 with: - name: build-axolotl-linux-amd64 + name: build-axolotl-linux-amd64-appimage path: target/release/bundle/appimage retention-days: 1 @@ -227,4 +227,9 @@ jobs: path: target/aarch64-unknown-linux-gnu/release/axolotl retention-days: 1 - + - name: Upload deb package + uses: actions/upload-artifact@v3 + with: + name: build-axolotl-linux-arm64-deb + path: target/aarch64-unknown-linux-gnu/release/bundle/deb + retention-days: 1