Skip to content

Commit

Permalink
Update build-linux-arm64-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Mar 24, 2024
1 parent bdef783 commit 5b77651
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-linux-arm64-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,20 @@ jobs:
directory: ../build
filename: Passy-CLI-Linux-ARM64.zip
path: cli
- name: Archive Passy build
uses: thedoctor0/zip-release@0.7.1
with:
type: zip
directory: ../build
filename: Passy-Linux-ARM64.zip
path: Passy
- name: Upload Passy CLI build
uses: actions/upload-artifact@v4
with:
name: passy-cli-linux-arm64
path: /home/runner/work/Passy/build/Passy-CLI-Linux-ARM64.zip
- name: Upload Passy build
uses: actions/upload-artifact@v4
with:
name: passy-linux-arm64
path: /home/runner/work/Passy/build/Passy-Linux-ARM64.zip

0 comments on commit 5b77651

Please sign in to comment.