Skip to content

Commit

Permalink
更新需要发布的文件
Browse files Browse the repository at this point in the history
更新依赖
  • Loading branch information
Seshiria committed Jul 3, 2024
1 parent f4c2cb8 commit b19faf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
with:
submodules: true
- name: Init Repo
run: |
bash -x ./ci.sh
pwd
ls -lh
- name: upload release
uses: ncipollo/release-action@v1.7.3
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
tag: "ubuntu"
body: ${{ github.event.release.body }}
prerelease: "true"
artifacts: "x86_64/*.*"
artifacts: "*.deb"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b19faf0

Please sign in to comment.