Fix starcatcher uploads
Apparently download-artifact now works the way it should have always been?
This commit is contained in:
parent
a57bb09d02
commit
b36a708623
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user