Skip to content

Commit

Permalink
Fix github Release workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac authored Jul 5, 2022
1 parent d6bb31e commit 07d413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Compile and run Kotlin
run: |
kotlinc src/swot -include-runtime -d swot.jar
kotlinc src/main/kotlin/swot -include-runtime -d swot.jar
java -jar swot.jar
- name: Move the 'latest' tag to the head commit
Expand Down

0 comments on commit 07d413c

Please sign in to comment.