Skip to content

Commit 218a5a8

Browse files
committed
ci: fix binary name in release workflow
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I235be3b31ec59b5691e11bd8cacdfa006a6a6964
1 parent a8e3438 commit 218a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Prepare binary
7373
run: |
74-
cp target/${{ matrix.target }}/release/tempus ${{ matrix.name }}
74+
cp target/${{ matrix.target }}/release/watt ${{ matrix.name }}
7575
7676
- name: Upload Release Asset
7777
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)