We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c62e35 commit 3f7d187Copy full SHA for 3f7d187
1 file changed
.github/workflows/build.yml
@@ -36,6 +36,11 @@ jobs:
36
run: |
37
make
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
+
44
- name: Pack artifacts
45
id: pack_artifacts
46
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
@@ -81,6 +86,10 @@ jobs:
81
86
82
87
83
88
89
90
91
92
84
93
85
94
95
0 commit comments