Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Mar 18, 2024
1 parent fc1e402 commit ebc4586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebc4586

Please sign in to comment.