diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index bb2cb64b5f93..4c0370aab56d 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -138,3 +138,16 @@ jobs: run: | tools/travis/dm.sh -DTRAVISBUILDING yogstation.dme || travis_terminate 1 tools/travis/run_server.sh + + - name: Upload DMB + uses: actions/upload-artifact@v1 + with: + name: DMB + path: ${{ github.workspace }}/yogstation.dmb + + - name: Upload RSC + uses: actions/upload-artifact@v1 + with: + name: RSC + path: ${{ github.workspace }}/yogstation.rsc +