Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 13, 2021
1 parent bf8598d commit 6e857b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/generate-quest-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-java@v1
with:
node-version: 14
- run: node .github/generate-quest-list.mjs
java-version: 11
- run: sudo snap install kotlin --channel=1.4/stable --classic
- run: kotlinc -script -Xplugin=/snap/kotlin/current/lib/kotlinx-serialization-compiler-plugin.jar .github/generate-quest-list.main.kts
- uses: actions/upload-artifact@v2
with:
name: quest-list.csv
Expand Down

0 comments on commit 6e857b2

Please sign in to comment.