Update builder.yml

This commit is contained in:
DSR! 2024-03-17 21:13:43 -03:00 committed by GitHub
parent fc1e4023ae
commit ebc45861ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
- name: Build installer
working-directory: ./bin/installer/full
run: ISCC setup.iss
run: ISCC setup.iss /dMySrcDir="${{ github.workspace }}/toolkit" /dMyOutputDir="${{ github.workspace }}"
- name: Upload Setup as Artifact
uses: actions/upload-artifact@v4