Skip to content

Commit c8b9884

Browse files
release workflow
1 parent 550bd12 commit c8b9884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
- name: Test executable (Linux)
3737
if: matrix.os == 'ubuntu-latest'
38-
run: ./dist/app --version
38+
run: ./dist/sissues --version
3939

4040
- name: Test executable (Windows)
4141
if: matrix.os == 'windows-latest'
42-
run: .\dist\app.exe --version
42+
run: .\dist\sissues.exe --version
4343

4444
- name: Test executable (macOS)
4545
if: matrix.os == 'macos-latest'
46-
run: ./dist/app --version
46+
run: ./dist/sissues --version
4747

4848
- name: Archive artifacts
4949
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)