Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoudin authored Mar 18, 2024
1 parent 4f46781 commit 08ef5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
run: |
# Téléchargez le fichier depuis l'URL
curl -L -o "tsmaster_${{ github.ref }}.exe" "http://www.tosun.tech/TOSUNSoftware/TSMaster_Setup_alpha.exe"
curl -L -o "tsmaster_${{ github.ref_name }}.exe" "http://www.tosun.tech/TOSUNSoftware/TSMaster_Setup_alpha.exe"
- name: Add tsmaster to release assets
id: upload_asset
Expand Down

0 comments on commit 08ef5f2

Please sign in to comment.