Test Build (No Upload, dev branch) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test Build (No Upload, dev branch)" | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: dev | |
- name: Stage 1 Gathering Dependencies | |
shell: bash | |
working-directory: builder | |
run: bash stage1.sh | |
- name: Stage 2 Assembling Repositories | |
shell: bash | |
working-directory: builder | |
run: bash stage2.sh |