Skip to content

Commit 052dbc3

Browse files
committed
test
1 parent c83927d commit 052dbc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/syncservice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
$(find . -path '**/publish/Kepware.SyncService.dbg') \
6565
$(find . -path '**/publish/appsettings.json')
6666
# Upload the ZIP file
67-
gh release upload "SyncService/v${{ steps.nbgv.outputs.SemVer2 }}" Kepware.SyncService-linux-x64.zip --clobber
67+
gh release upload ${{ steps.drafter.outputs.tag_name }} Kepware.SyncService-linux-x64.zip --clobber
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070

@@ -74,6 +74,6 @@ jobs:
7474
# Create the ZIP file with only the required files
7575
Compress-Archive -Path @(".\publish\Kepware.SyncService.exe",".\publish\Kepware.SyncService.pdb", ".\publish\appsettings.json") -DestinationPath Kepware.SyncService-win-x64.zip
7676
# Upload the ZIP file
77-
gh release upload "SyncService/v${{ steps.nbgv.outputs.SemVer2 }}" Kepware.SyncService-win-x64.zip --clobber
77+
gh release upload ${{ steps.drafter.outputs.tag_name }} Kepware.SyncService-win-x64.zip --clobber
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)