looks like the artifact download is working as it should now
Some checks failed
Build / build (push) Successful in 5m2s
Build / sign (push) Successful in 1m9s
Build / deploy (push) Failing after 1m14s

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

View File

@ -44,10 +44,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: flexilib
- name: "Figure out what changed in maybe the gitea upgrade?"
run: "ls -l && ls -l flexilib"
- name: "Position executable"
run: "chmod 755 flexilib/flexilib && mv flexilib art && mv art/flexilib . && rm -rf art"
- name: "Make executable actually executable"
run: "chmod 755 flexilib"
- name: Sign
id: sign
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
@ -82,8 +80,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: flexilib
- name: "Position executable"
run: "chmod 755 flexilib/flexilib && mv flexilib art && mv art/flexilib docker && rm -rf art"
- name: "Make executable actually executable"
run: "chmod 755 flexilib"
- name: Get short ref
id: vars
run: echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT