Skip to content

Commit

Permalink
add dist prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Dec 13, 2020
1 parent 235a1fe commit 36b93d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
zip -r beqdesigner.app.${{ matrix.os }}.zip beqdesigner.app
rm -Rf beqdesigner.app
popd
echo ::set-output name=binary_name::"beqdesigner.app.${{ matrix.os }}.zip"
echo ::set-output name=binary_name::"dist/beqdesigner.app.${{ matrix.os }}.zip"
echo ::set-output name=binary_content_type::"application/zip"
elif [[ "$RUNNER_OS" == "Windows" ]]
then
Expand All @@ -93,7 +93,7 @@ jobs:
pipenv run pyinstaller --clean --log-level=INFO -D beqdesigner.spec
"/c/Program Files (x86)/NSIS/makensis.exe" src/main/nsis/Installer.nsi
mv dist/bak.exe dist/beqdesigner.exe
echo ::set-output name=binary_name::"beqdesigner.exe"
echo ::set-output name=binary_name::"dist/beqdesigner.exe"
echo ::set-output name=binary_content_type::"application/vnd.microsoft.portable-executable"
else
MATCHES=( dist/beqdesigner_* )
Expand Down

0 comments on commit 36b93d7

Please sign in to comment.