Skip to content

Commit

Permalink
added web templates base
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 3, 2024
1 parent e4400c5 commit 9bd2c0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/template_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
windows-template-32bit-${{ github.event.client_payload.type || 'nightly' }}
windows-debug-template-mono-32bit-${{ github.event.client_payload.type || 'nightly' }}
windows-debug-template-32bit-${{ github.event.client_payload.type || 'nightly' }}
web-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-template-${{ github.event.client_payload.type || 'nightly' }}
web-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-dlink-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-dlink-template-${{ github.event.client_payload.type || 'nightly' }}
web-dlink-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-dlink-debug-template-${{ github.event.client_payload.type || 'nightly' }}
run_id: ${{ inputs.runner_id }}
cerebro_url: ${{ secrets.CEREBRO_URL }}
cerebro_auth: ${{ secrets.BLAZIUM_AUTH }}
Expand All @@ -85,6 +93,14 @@ jobs:
windows-template-32bit-${{ github.event.client_payload.type || 'nightly' }}
windows-debug-template-mono-32bit-${{ github.event.client_payload.type || 'nightly' }}
windows-debug-template-32bit-${{ github.event.client_payload.type || 'nightly' }}
web-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-template-${{ github.event.client_payload.type || 'nightly' }}
web-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-dlink-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-dlink-template-${{ github.event.client_payload.type || 'nightly' }}
web-dlink-debug-template-${{ github.event.client_payload.type || 'nightly' }}
web-nothreads-dlink-debug-template-${{ github.event.client_payload.type || 'nightly' }}
input_dir: ${{ github.workspace }}/downloads
output_dir: ${{ github.workspace }}/extracted

Expand Down

0 comments on commit 9bd2c0d

Please sign in to comment.