refactor: Update Docker image versions and artifact upload actions

This commit is contained in:
Max 2024-07-04 12:21:47 +08:00
parent 18b6aaeb81
commit f44b251288
6 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ on:
- completed
env:
VERSION: 0.9.0
VERSION: 0.10.4
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

View file

@ -1,4 +1,4 @@
name: Build Linux Dev
name: Build Linux Artifacts
on:
workflow_dispatch:

View file

@ -1,4 +1,4 @@
name: Build MacOS Dev
name: Build MacOS Artifacts
on:
workflow_dispatch:

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Save PR number
run: |

View file

@ -1,4 +1,4 @@
name: Comment on the pull request
name: PR Unit Test
# read-write repo token
# access to secrets

View file

@ -1,4 +1,4 @@
name: UnitTest
name: Unit Test
on:
workflow_dispatch: