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 - completed
env: env:
VERSION: 0.9.0 VERSION: 0.10.4
jobs: jobs:
build: build:
if: ${{ github.event.workflow_run.conclusion == 'success' }} if: ${{ github.event.workflow_run.conclusion == 'success' }}

View file

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

View file

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

View file

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

View file

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

View file

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