Skip to content

Commit

Permalink
improve(ci): allow overwrite artifacts in docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Dec 30, 2024
1 parent 09bbd89 commit 6544061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
overwrite: true
path: |
build/
!build/*.tgz
Expand Down

0 comments on commit 6544061

Please sign in to comment.