Skip to content

Commit 07d413c

Browse files
authored
Fix github Release workflow step
1 parent d6bb31e commit 07d413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Compile and run Kotlin
1616
run: |
17-
kotlinc src/swot -include-runtime -d swot.jar
17+
kotlinc src/main/kotlin/swot -include-runtime -d swot.jar
1818
java -jar swot.jar
1919
2020
- name: Move the 'latest' tag to the head commit

0 commit comments

Comments
 (0)