mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
try publishing on sf after snapshot
This commit is contained in:
parent
76026ed59e
commit
561e973c5d
10
.github/workflows/snapshot-on-push-master.yml
vendored
10
.github/workflows/snapshot-on-push-master.yml
vendored
@ -92,5 +92,15 @@ jobs:
|
|||||||
name: cc65-snapshot-win64.zip
|
name: cc65-snapshot-win64.zip
|
||||||
path: cc65-win64.zip
|
path: cc65-win64.zip
|
||||||
|
|
||||||
|
- name: Upload snapshot to sourceforge
|
||||||
|
uses: nogsantos/scp-deploy@master
|
||||||
|
with:
|
||||||
|
src: cc65-win32.zip
|
||||||
|
host: ${{ secrets.SSH_HOST }}
|
||||||
|
remote: ${{ secrets.SSH_DIR }}
|
||||||
|
port: ${{ secrets.SSH_PORT }}
|
||||||
|
user: ${{ secrets.SSH_USER }}
|
||||||
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
|
||||||
# TODO: Update docs at https://github.com/cc65/doc
|
# TODO: Update docs at https://github.com/cc65/doc
|
||||||
# TODO: Publish snapshot zip at https://github.com/cc65/cc65.github.io
|
# TODO: Publish snapshot zip at https://github.com/cc65/cc65.github.io
|
||||||
|
Loading…
Reference in New Issue
Block a user