Fix workflow title
All checks were successful
Build wine / build (push) Successful in 2m31s

This commit is contained in:
Ethan O'Brien 2024-08-15 22:02:19 -05:00
parent 4e020ebd91
commit 923f3eec74

View file

@ -8,10 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
shell: bash
run: |
bash build.sh
bash ./build.sh
- uses: actions/upload-artifact@v3
with: