Skip to content

Commit

Permalink
Merge remote-tracking branch 'weblate/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Aug 13, 2023
2 parents ea320be + e91ed95 commit 9312988
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/foo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test

on:
workflow_dispatch:
inputs:
release-version:
description: 'Version to be released (e.g. 2.3.0).'
required: true

jobs:
do-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: SFTP uploader
uses: wangyucode/[email protected]
with:
host: 'frs.sourceforge.net'
username: 'kwart'
privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
localDir: './distribution/licenses'
remoteDir: '/home/frs/project/jsignpdf/test/foo-123'

0 comments on commit 9312988

Please sign in to comment.