Skip to content

Commit 748e70f

Browse files
author
zacharyburnett
committed
fix release asset name
1 parent b263f38 commit 748e70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
- if: (github.event_name == 'release' && github.event.action == 'published')
8989
uses: svenstaro/upload-release-action@v2
9090
with:
91-
asset_name: packetraven-${{ runner.os }}
92-
file: target/release/${{ runner.os == 'Windows' && 'packetraven.exe' || 'packetraven' }}
91+
asset_name: packetraven_${{ runner.os }}${{ runner.os == 'Windows' && '.exe' || '' }}
92+
file: target/release/packetraven${{ runner.os == 'Windows' && '.exe' || '' }}
9393

0 commit comments

Comments
 (0)