Skip to content

Commit

Permalink
Update ci.yml for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored Mar 31, 2023
1 parent 6e40505 commit c029c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download ffmpeg, zip
run: sudo apt-get update && sudo apt-get install -y ffmpeg zip
- name: Create music objects
run: node build.mjs --verbose
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: "OpenRCT2 OpenMusic Objects"
path: out/**/*
Expand Down

0 comments on commit c029c50

Please sign in to comment.