We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550bd12 commit c8b9884Copy full SHA for c8b9884
.github/workflows/release.yml
@@ -35,15 +35,15 @@ jobs:
35
36
- name: Test executable (Linux)
37
if: matrix.os == 'ubuntu-latest'
38
- run: ./dist/app --version
+ run: ./dist/sissues --version
39
40
- name: Test executable (Windows)
41
if: matrix.os == 'windows-latest'
42
- run: .\dist\app.exe --version
+ run: .\dist\sissues.exe --version
43
44
- name: Test executable (macOS)
45
if: matrix.os == 'macos-latest'
46
47
48
- name: Archive artifacts
49
uses: actions/upload-artifact@v2
0 commit comments