Compare commits
2 Commits
75bd84116f
...
0e4b568cea
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e4b568cea | |||
| 17267fb32a |
@@ -10,18 +10,17 @@ on:
|
|||||||
- 'www/logo.png'
|
- 'www/logo.png'
|
||||||
- 'www/index.html'
|
- 'www/index.html'
|
||||||
- 'version-assets.sh'
|
- 'version-assets.sh'
|
||||||
- '.github/workflows/version-assets.yml'
|
- '.gitea/workflows/version-assets.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
version-assets:
|
version-assets:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.APP_SECRET }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Delete old versioned assets
|
- name: Delete old versioned assets
|
||||||
2
.github/workflows/build-apk.yml
vendored
2
.github/workflows/build-apk.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '22'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
|
|||||||
Reference in New Issue
Block a user