Skip to content

Commit

Permalink
ci: update package commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 15, 2023
1 parent 599477c commit 0884b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
xmake -v
- name: Package
run: |
xmake package -v
xmake install -o app
xmake install -o dist
mv dist/bin/* app
- uses: actions/upload-artifact@master
with:
name: package (${{ runner.os }})
Expand Down

0 comments on commit 0884b43

Please sign in to comment.