We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bb31e commit 07d413cCopy full SHA for 07d413c
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Compile and run Kotlin
16
run: |
17
- kotlinc src/swot -include-runtime -d swot.jar
+ kotlinc src/main/kotlin/swot -include-runtime -d swot.jar
18
java -jar swot.jar
19
20
- name: Move the 'latest' tag to the head commit
0 commit comments