Upload release source package to CityMania
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -193,6 +193,18 @@ jobs:
|
||||
with:
|
||||
files: build/bundles/citymania-client-${{ steps.metadata.outputs.version }}-source.zip
|
||||
|
||||
- name: Upload to CityMania
|
||||
uses: appleboy/scp-action@master
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
host: ${{ secrets.UPLOAD_HOST }}
|
||||
username: ${{ secrets.UPLOAD_USERNAME }}
|
||||
key: ${{ secrets.UPLOAD_KEY }}
|
||||
port: ${{ secrets.UPLOAD_PORT }}
|
||||
source: "build/bundles/citymania-client-${{ steps.metadata.outputs.version }}-source.zip"
|
||||
strip_components: 2
|
||||
target: ${{ secrets.UPLOAD_PATH }}
|
||||
|
||||
docs:
|
||||
name: Docs
|
||||
needs: source
|
||||
|
||||
Reference in New Issue
Block a user