Skip to content

Commit 3f7d187

Browse files
committed
more copying stuff
1 parent 1c62e35 commit 3f7d187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
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' }}
@@ -81,6 +86,10 @@ jobs:
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

0 commit comments

Comments
 (0)