Skip to content

Commit 07d8e42

Browse files
committed
chore: add overwrite option to package release workflow
1 parent ef540af commit 07d8e42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ jobs:
116116
with:
117117
name: AG-server-ci-windows
118118
path: artifacts/AG-server-ci-windows
119+
overwrite: true
119120

120121
- name: Upload Linux Artifact
121122
uses: actions/upload-artifact@v4
122123
with:
123124
name: AG-server-ci-linux
124125
path: artifacts/AG-server-ci-linux
126+
overwrite: true

0 commit comments

Comments
 (0)