Update .gitea/workflows/autotools-cross.yml

This commit is contained in:
dany 2025-03-20 23:18:15 +01:00
parent cbb05eb50a
commit 2d4793e61d

View File

@ -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/