Skip to content

Commit

Permalink
#169: removed unnecessary tic80-ubuntu-sdlgpu build
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jun 16, 2021
1 parent 3220cea commit 306da07
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Expand Up @@ -166,12 +166,6 @@ jobs:
name: 'tic80-ubuntu-sdlgpu-deb'
path: build/tic80.deb

- name: Deploy
uses: actions/upload-artifact@v2
with:
name: 'tic80-ubuntu-sdlgpu'
path: build/bin/tic80

# === Ubuntu SDL2 ===
ubuntu-sdl:
runs-on: ubuntu-16.04
Expand Down Expand Up @@ -621,7 +615,7 @@ jobs:
cp macdir/* mac
cp rpidir/* rpi
zip html.zip index.html tic80.js tic80.wasm
cp html.zip html
mv -f html.zip html
- name: Deploy
uses: actions/upload-artifact@v2
Expand All @@ -639,13 +633,12 @@ jobs:
with:
name: |
tic80-ubuntu-sdl
tic80-ubuntu-sdlgpu
tic80-rpi
tic80-macos-sdl
# === Export stub ===
export-stub:
needs: [windows-sdl, ubuntu-sdl, rpi, macos, wasm]
needs: [export]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -689,11 +682,12 @@ jobs:
cp macdir/tic80${{ matrix.script }} mac${{ matrix.script }}
mv -f tic80${{ matrix.script }}.js tic80.js
zip html${{ matrix.script }}.zip index.html tic80.js tic80${{ matrix.script }}.wasm
mv -f html${{ matrix.script }}.zip html${{ matrix.script }}
- name: Deploy
uses: actions/upload-artifact@v2
with:
name: 'tic80-export-stub'
name: 'tic80-export'
path: |
win${{ matrix.script }}
linux${{ matrix.script }}
Expand Down

0 comments on commit 306da07

Please sign in to comment.