File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ jobs:
6464 id : create_release
6565 uses : softprops/action-gh-release@v2
6666 with :
67- tag_name : build- ${{ github.run_number }}
68- name : build-${{ github.run_number }}
67+ tag_name : ${{ github.ref_name }}
68+ name : build-${{ github.ref_name }}
6969 env :
7070 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7171 - name : Upload Release Assets
7272 uses : softprops/action-gh-release@v2
7373 with :
74+ tag_name : ${{ github.ref_name }}
7475 files : ./artifacts/**
7576 env :
7677 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- Launch with the following arguments. Note that use of absolute paths is required:
1+ Launch FolderSync with the following arguments. Note that use of absolute paths is required:
22
33<br >* --syncPeriod 10* </br >
44<br >* --source /home/sampleSource* or * --source C:\\ sampleSource* </br >
55<br >* --dest /home/sampleDest* or * --dest C:\\ sampleDest* </br >
6- * --log /home/Log* or * --log C:\\ LogFolder* &rarr ; log is saved as * SyncLog_day-month-year hour: minute .log*
6+ < br > * --log /home/Log* or * --log C:\\ LogFolder* &rarr ; log is saved as * SyncLog_day-month-year hour: minute .log* </ br >
You can’t perform that action at this time.
0 commit comments