Skip to content

Commit

Permalink
Fix build name + the path to the release doesn't seem to be valid (th…
Browse files Browse the repository at this point in the history
…e binary is in release...).
  • Loading branch information
Keidan committed Mar 6, 2022
1 parent d66c69c commit 6e9be2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Build
name: Windows

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Run test
shell: bash
run: |
python test.py --file bin/Release/hex2bin.exe
python test.py --file bin/Debug/hex2bin.exe

0 comments on commit 6e9be2e

Please sign in to comment.