From 5a3050b999b8ed1606c32a05a4f7e88b38b3b963 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 28 Mar 2020 21:05:20 -0400 Subject: [PATCH 1/3] test --- .github/workflows/turdis.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index bb2cb64b5f93..508a78424aab 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -8,7 +8,8 @@ on: pull_request: branches: master push: - branches: master + branches: + - "*" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -138,3 +139,22 @@ jobs: run: | tools/travis/dm.sh -DTRAVISBUILDING yogstation.dme || travis_terminate 1 tools/travis/run_server.sh + + - name: Upload gamefiles + uses: actions/upload-artifact@v1 + with: + name: game + path: ${{ github.workspace }} + + - name: Upload DMB + uses: actions/upload-artifact@v1 + with: + name: game + path: ${{ github.workspace }}/yogstation.dmb + + - name: Upload RSC + uses: actions/upload-artifact@v1 + with: + name: game + path: ${{ github.workspace }}/yogstation.rsc + From 3a4562f77a4af95929de3aefec9f2097670aa85e Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 28 Mar 2020 21:11:28 -0400 Subject: [PATCH 2/3] Update turdis.yml --- .github/workflows/turdis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index 508a78424aab..b53c72cbf5be 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -139,22 +139,16 @@ jobs: run: | tools/travis/dm.sh -DTRAVISBUILDING yogstation.dme || travis_terminate 1 tools/travis/run_server.sh - - - name: Upload gamefiles - uses: actions/upload-artifact@v1 - with: - name: game - path: ${{ github.workspace }} - name: Upload DMB uses: actions/upload-artifact@v1 with: - name: game + name: DMB path: ${{ github.workspace }}/yogstation.dmb - name: Upload RSC uses: actions/upload-artifact@v1 with: - name: game + name: RSC path: ${{ github.workspace }}/yogstation.rsc From a5646ed1b92120adc089022170259d7b5d7618da Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Sat, 28 Mar 2020 21:29:07 -0400 Subject: [PATCH 3/3] removes debug --- .github/workflows/turdis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/turdis.yml b/.github/workflows/turdis.yml index b53c72cbf5be..4c0370aab56d 100644 --- a/.github/workflows/turdis.yml +++ b/.github/workflows/turdis.yml @@ -8,8 +8,7 @@ on: pull_request: branches: master push: - branches: - - "*" + branches: master # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: