Skip to content

Commit f2de354

Browse files
committed
fix package name
1 parent 66e7838 commit f2de354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildForWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
with:
8888
upload_url: ${{ steps.create_release.outputs.upload_url }}
8989
asset_path: ./AsvDronesGuiInstaller.exe
90-
asset_name: asv-drones-${{ github.ref }}-setup-windows-64.exe
90+
asset_name: asv-drones-${{ github.ref_name }}-setup-windows-64.exe
9191
asset_content_type: application/vnd.microsoft.portable-executable

0 commit comments

Comments
 (0)