Skip to content

Commit

Permalink
update v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Jan 19, 2025
1 parent 5bda4ce commit a4fa4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./

- name: Compile GSC
run: gsc-tool comp iw5 pc ./test/test.gsc
run: gsc-tool -m comp -g iw5 -s pc ./test/test.gsc
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
version:
description: 'The version of GSC Tool to use'
required: true
default: '1.3.0'
default: '1.4.7'
path:
description: 'The path GSC Tool is installed to'
required: false
Expand Down

0 comments on commit a4fa4de

Please sign in to comment.