Tweak release process

This commit is contained in:
Roland Rabien 2023-10-05 06:37:27 -07:00
commit c754f51e02
4 changed files with 42 additions and 2 deletions

View file

@ -15,10 +15,14 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: "Run script"
- name: "Build"
run: |
./ci/build.sh
shell: bash
- name: "Upload"
run: |
./ci/upload.sh
shell: bash
env:
APPLICATION: ${{ secrets.APPLICATION }}
INSTALLER: ${{ secrets.INSTALLER }}