Skip to content

Commit

Permalink
feat: add tar
Browse files Browse the repository at this point in the history
  • Loading branch information
张阳 committed Jun 27, 2024
1 parent 96ff69a commit bb919fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/osx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
steps:
- name: build x86_64
run: |
ls
gem install rake
rake build
- name: "Upload Artifact- osx x86_64"
uses: actions/upload-artifact@v3
with:
name: app-${{ env.PKG_DATE }}-osx-x86_64.tar.gz
path: release/linux*.tar.gz
path: build/linux.tar.gz

0 comments on commit bb919fe

Please sign in to comment.