looks like the artifact download is working as it should now
This commit is contained in:
parent
a95b544e13
commit
6e11a95105
|
@ -44,10 +44,8 @@ jobs:
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: flexilib
|
name: flexilib
|
||||||
- name: "Figure out what changed in maybe the gitea upgrade?"
|
- name: "Make executable actually executable"
|
||||||
run: "ls -l && ls -l flexilib"
|
run: "chmod 755 flexilib"
|
||||||
- name: "Position executable"
|
|
||||||
run: "chmod 755 flexilib/flexilib && mv flexilib art && mv art/flexilib . && rm -rf art"
|
|
||||||
- name: Sign
|
- name: Sign
|
||||||
id: sign
|
id: sign
|
||||||
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||||
|
@ -82,8 +80,8 @@ jobs:
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: flexilib
|
name: flexilib
|
||||||
- name: "Position executable"
|
- name: "Make executable actually executable"
|
||||||
run: "chmod 755 flexilib/flexilib && mv flexilib art && mv art/flexilib docker && rm -rf art"
|
run: "chmod 755 flexilib"
|
||||||
- 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