mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-27 05:24:01 +00:00
fixup! fixup! Extend workflows to allow for quirks.
This commit is contained in:
@@ -166,6 +166,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run workflow prepare script
|
- name: Run workflow prepare script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
TARGET_GOOS: ${{ matrix.goos }}
|
||||||
|
TARGET_GOARCH: ${{ matrix.goarch }}
|
||||||
run: |
|
run: |
|
||||||
if [ -f "./workflow-prepare.sh" ]; then
|
if [ -f "./workflow-prepare.sh" ]; then
|
||||||
chmod +x ./workflow-prepare.sh
|
chmod +x ./workflow-prepare.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user