File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
make
38
38
39
+ - name : Set commit hash variables
40
+ id : commit
41
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
42
+ uses : pr-mpt/actions-commit-hash@v2
43
+
39
44
- name : Pack artifacts
40
45
id : pack_artifacts
41
46
if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
81
86
run : |
82
87
make
83
88
89
+ - name : Set commit hash variables
90
+ id : commit
91
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
92
+ uses : pr-mpt/actions-commit-hash@v2
84
93
85
94
- name : Pack artifacts
86
95
id : pack_artifacts
You can’t perform that action at this time.
0 commit comments