Skip to content

Add button to open door at the base of the shoreside Ocean Lab base from #1374

Add button to open door at the base of the shoreside Ocean Lab base from

Add button to open door at the base of the shoreside Ocean Lab base from #1374

Workflow file for this run

name: commit
'on':
- push
jobs:
windows:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: ./.github/run-tests
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: DXRando
path: dist/DXRando/DXRando.zip
- name: Upload installer warnings
uses: actions/upload-artifact@v3
with:
name: installerwarnings
path: build/installer/warn-installer.txt
linux:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: sudo apt-get update -y
- run: sudo apt-get install -y python3-tk idle3 binutils
- uses: ./.github/run-tests
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: DXRando-linux
path: dist/DXRando/DXRando.zip