Skip to content

Commit

Permalink
feat: add .checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
zechengwang724 authored Nov 29, 2024
1 parent 818160b commit cd28738
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
repository: "Yvictor/scone"
token: ${{ secrets.SCONE_GITHUB_TOKEN }}
ref: master
- name: Setup Node 18.x
- name: Setup Node 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: yarn install
uses: borales/actions-yarn@v4
with:
Expand Down Expand Up @@ -70,4 +70,5 @@ jobs:
body_path: ${{ github.workspace }}-CHANGELOG.md
files: |
*.zip
*.checksum
key

0 comments on commit cd28738

Please # to comment.