Skip to content

Commit 58a616b

Browse files
committed
fixed CI/CD release
1 parent 780e82b commit 58a616b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v3
6868

69-
# - if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
70-
- name: get release
69+
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
70+
name: get release
7171
uses: actions/download-artifact@v2
7272
with:
7373
name: Display Lock
7474
path: ${{github.workspace}}/build/src/release
7575

76-
# - if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
77-
- name: check releases
76+
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
77+
name: check releases
7878
run: ls ${{github.workspace}}/build/src/release
7979

8080
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)