Skip to content

Commit e8d085c

Browse files
twou12031travilyu
authored andcommitted
ci change;
**Phenomenon and reproduction steps** none **Root cause and solution** none **Impactions** none **Test method** none **Affected branch(es)** - main **Checklist** - [ ] Dependencies update required - [ ] Common bug (similar problem in other repo)
1 parent 78ac920 commit e8d085c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ jobs:
156156
- name: upload main artifacts
157157
if: startsWith(github.ref, 'refs/heads/main')
158158
run: |
159+
cd release
159160
ossutil cp -rf deepflow-gui-grafana.tar.gz oss://deepflow-ce/bin/agent/main/linux/amd64/deepflow-gui-grafana.tar.gz
160161
- name: upload stable artifacts
161162
if: "startsWith(github.ref, 'refs/tags/')"
162163
run: |
164+
cd release
163165
ossutil cp -rf deepflow-gui-grafana.tar.gz oss://deepflow-ce/bin/agent/stable/linux/amd64/deepflow-gui-grafana.tar.gz

0 commit comments

Comments
 (0)