Skip to content

Commit

Permalink
remove leading slash
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Jul 2, 2024
1 parent 5bc2e94 commit 7335ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd deps/finch-core && make clean
- name: Build project
run: |
make FINCH_OS_IMAGE_LOCATION_ROOT=/__INSTALLFOLDER__
make FINCH_OS_IMAGE_LOCATION_ROOT=__INSTALLFOLDER__
- name: generate and download signed msi
run: |
$version="${{ needs.get-tag-name.outputs.version }}"
Expand Down

0 comments on commit 7335ef0

Please sign in to comment.