forked from MLton/mlton
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GitHub action to automate creation of SourceForge release
- Loading branch information
1 parent
72e05fa
commit 528d1c8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: SourceForge Release | ||
|
||
on | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
mlton-version: | ||
|
@@ -41,4 +41,4 @@ jobs: | |
mv localhost ${{ inputs.mlton-version }} | ||
tar czf guide-${{ inputs.mlton-version }}.tgz ${{ inputs.mlton-version }} | ||
rsync -azP --delete -e ssh ${{ inputs.mlton-version }} mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/ | ||
rsync -azP --delete -e ssh guide-${{ inputs.mlton-version }} mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/ | ||
rsync -azP --delete -e ssh guide-${{ inputs.mlton-version }} mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/ |