Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywei authored Nov 13, 2024
1 parent 5b45cc3 commit 454ca05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
./build-release.sh --codesign-identity -
./install-from-sources.sh --dont-rebuild
fi
- name: 'Tar files'
run: tar -cvf apps.tar /Applications /opt/homebrew/Caskroom/aerospace-dev/latest/AeroSpace-v0.0.0-SNAPSHOT/bin
- name: Upload Build Artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: /Applications/AeroSpace.app # Change this to the actual path of your build output file
path: apps.tar # Change this to the actual path of your build output file

0 comments on commit 454ca05

Please sign in to comment.