Skip to content

Commit

Permalink
fix(ci): fix os name
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 16, 2023
1 parent 9402d99 commit 0c223f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: tar -czvf ./gui/g_dar2oar-${{ runner.os}}.tar.gz ./target/release/g_dar2oar ./target/release/dar2oar
- name: Compress outputs(Unix)
shell: bash
if: runner.os == 'linux'
if: runner.os == 'Linux'
# NOTE: Linux was excluded because the location of the GUI could not be identified.
run: tar -czvf ./gui/g_dar2oar-${{ runner.os}}.tar.gz ./target/release/dar2oar

Expand Down

0 comments on commit 0c223f2

Please sign in to comment.