Fix starcatcher uploads

Apparently download-artifact now works the way it should have always been?
This commit is contained in:
Tamás Bálint Misius 2022-10-29 09:38:42 +02:00
parent a57bb09d02
commit b36a708623
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -133,7 +133,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: ${{ matrix.asset_name }}
- run: mv ${{ matrix.asset_name }}/${{ matrix.asset_path }} ${{ matrix.starcatcher_name }}
- run: mv ${{ matrix.asset_name }} ${{ matrix.starcatcher_name }}
- run: sudo apt update && sudo apt install lftp && bash -c './.github/starcatcher-publish.sh'
env:
PUBLISH_HOSTPORT: ${{ secrets.STARCATCHER_PUBLISH_HOSTPORT }}