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 3636 run : |
3737 make
3838
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+
3944 - name : Pack artifacts
4045 id : pack_artifacts
4146 if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
8186 run : |
8287 make
8388
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
8493
8594 - name : Pack artifacts
8695 id : pack_artifacts
You can’t perform that action at this time.
0 commit comments