Skip to content

Commit 20ba9d3

Browse files
committed
will the tags work now?
1 parent 4e28dc0 commit 20ba9d3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)