From 3f7d187b6b3338bc32d4f60029ab40fd38dbeeb5 Mon Sep 17 00:00:00 2001 From: antimatter15 Date: Sat, 18 Mar 2023 00:55:00 -0700 Subject: [PATCH] more copying stuff --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bff3e5609..77b2586c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,11 @@ jobs: run: | make + - name: Set commit hash variables + id: commit + if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} + uses: pr-mpt/actions-commit-hash@v2 + - name: Pack artifacts id: pack_artifacts if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} @@ -81,6 +86,10 @@ jobs: run: | make + - name: Set commit hash variables + id: commit + if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} + uses: pr-mpt/actions-commit-hash@v2 - name: Pack artifacts id: pack_artifacts