move executable into place for docker build
All checks were successful
Build / build (push) Successful in 2m47s
Build / sign (push) Successful in 1m33s
Build / deploy (push) Successful in 1m46s

This commit is contained in:
Emil Lerch 2024-01-02 10:34:51 -08:00
parent 6e11a95105
commit bf09470abd
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -81,7 +81,7 @@ jobs:
with:
name: flexilib
- name: "Make executable actually executable"
run: "chmod 755 flexilib"
run: "chmod 755 flexilib && mv flexilib docker"
- name: Get short ref
id: vars
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT