Fix starcatcher uploads for real

See previous commit. If this doesn't fix it, I don't know what will. Let's see how long this chain of "Fix starcatcher uploads" commits goes on.
This commit is contained in:
Tamás Bálint Misius 2022-10-30 09:35:16 +01:00
parent b36a708623
commit cf89fb7dfb
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.starcatcher_name }}
- run: mv ${{ matrix.asset_path }} ${{ matrix.starcatcher_name }}
- run: sudo apt update && sudo apt install lftp && bash -c './.github/starcatcher-publish.sh'
env:
PUBLISH_HOSTPORT: ${{ secrets.STARCATCHER_PUBLISH_HOSTPORT }}