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:
|
with:
|
||||||
files: build/bundles/citymania-client-${{ steps.metadata.outputs.version }}-source.zip
|
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:
|
docs:
|
||||||
name: Docs
|
name: Docs
|
||||||
needs: source
|
needs: source
|
||||||
|
|||||||
Reference in New Issue
Block a user