move executable into place for docker build
This commit is contained in:
parent
6e11a95105
commit
bf09470abd
|
@ -81,7 +81,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: flexilib
|
name: flexilib
|
||||||
- name: "Make executable actually executable"
|
- name: "Make executable actually executable"
|
||||||
run: "chmod 755 flexilib"
|
run: "chmod 755 flexilib && mv flexilib docker"
|
||||||
- name: Get short ref
|
- name: Get short ref
|
||||||
id: vars
|
id: vars
|
||||||
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user