1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

try publishing on sf after snapshot

This commit is contained in:
mrdudz 2022-02-06 16:49:01 +01:00
parent 76026ed59e
commit 561e973c5d

View File

@ -92,5 +92,15 @@ jobs:
name: cc65-snapshot-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: Publish snapshot zip at https://github.com/cc65/cc65.github.io