mirror of
https://github.com/lukaszraczylo/shared-actions.git
synced 2026-06-06 22:49:21 +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
|
||||
shell: bash
|
||||
env:
|
||||
TARGET_GOOS: ${{ matrix.goos }}
|
||||
TARGET_GOARCH: ${{ matrix.goarch }}
|
||||
run: |
|
||||
if [ -f "./workflow-prepare.sh" ]; then
|
||||
chmod +x ./workflow-prepare.sh
|
||||
|
||||
Reference in New Issue
Block a user