Skip to content

Commit

Permalink
ci: upload arm64 deb to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 20, 2023
1 parent 046ddc1 commit a0ff52a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit a0ff52a

Please sign in to comment.