File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
steps :
67
67
- uses : actions/checkout@v3
68
68
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
71
71
uses : actions/download-artifact@v2
72
72
with :
73
73
name : Display Lock
74
74
path : ${{github.workspace}}/build/src/release
75
75
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
78
78
run : ls ${{github.workspace}}/build/src/release
79
79
80
80
- if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments