Skip to content

Commit b5b1fe9

Browse files
Windows signing WIP
1 parent f171259 commit b5b1fe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-release-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ jobs:
347347
# https://github.com/actions/runner/issues/1984#issuecomment-1786255099
348348
WORKAROUND_TEMP_DIR: "/home/runner/work/_temp/_github_home"
349349
steps:
350+
- name: mkdir workaround temporary directory
351+
run: |
352+
mkdir -p ${{ env.WORKAROUND_TEMP_DIR }}
350353
# Actions do not support conditional expressions in the env: section,
351354
# so workaround sets FULL_VERSION
352355
- name: Conditionall sets env.FULL_VERSION for a pre-release

0 commit comments

Comments
 (0)