Update .gitea/workflows/autotools-cross.yml
This commit is contained in:
parent
cbb05eb50a
commit
2d4793e61d
@ -38,7 +38,7 @@ jobs:
|
|||||||
./configure $HOST --prefix=/usr
|
./configure $HOST --prefix=/usr
|
||||||
DESTDIR=$(realpath build) make install
|
DESTDIR=$(realpath build) make install
|
||||||
- name: Save artifact
|
- name: Save artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-${{ inputs.platform }}
|
name: build-${{ inputs.platform }}
|
||||||
path: build/
|
path: build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user