diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 547d826..8e37224 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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