From 108647dc0e2d7bdf34be258320cf3da853469e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Sun, 22 Sep 2024 12:00:58 +0800 Subject: [PATCH] Build with latest bearmark_web artifact --- .github/workflows/CD.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 0f61fea..e06bcb2 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -96,7 +96,7 @@ jobs: # The id of the workflow run where the desired download artifact was uploaded from. # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} - run-id: 10433023862 + run-id: 10978089247 # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 91908b2..00c1edb 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -95,7 +95,7 @@ jobs: # The id of the workflow run where the desired download artifact was uploaded from. # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} - run-id: 10433023862 + run-id: 10978089247 # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.