Skip to content

Commit

Permalink
use full path for release
Browse files Browse the repository at this point in the history
uploading the release doesn't happen in the same directory
  • Loading branch information
blowfishpro committed Jul 29, 2020
1 parent 65dc8c3 commit ad3fb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
id: package-release
working-directory: ${{ needs.build-and-test.outputs.release-package-name }}
run: |
export RELEASE_FILENAME="${{ needs.build-and-test.outputs.release-package-name }}.zip"
export RELEASE_FILENAME="${RUNNER_TEMP}/${{ needs.build-and-test.outputs.release-package-name }}.zip"
echo "Release filename: ${RELEASE_FILENAME}"
zip -v -r "${RELEASE_FILENAME}" *
echo "::set-output name=release-package-filename::${RELEASE_FILENAME}"
Expand Down

0 comments on commit ad3fb19

Please sign in to comment.