We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e99471 commit 11441ebCopy full SHA for 11441eb
.github/workflows/create-github-release.yaml
@@ -31,7 +31,8 @@ jobs:
31
shell: bash
32
run: |
33
mkdir dist
34
-
+
35
+ OS_NAME=${{ matrix.os }}
36
if [[ "$OS_NAME" == "windows-latest" ]]; then
37
BIN_PATH=$(find target -type f -name "jfiletreeprettyprinter.exe")
38
else
@@ -55,6 +56,7 @@ jobs:
55
56
*) SAFE_OS_NAME="$OS_NAME" ;;
57
esac
58
ZIP_NAME="jfiletreeprettyprinter-${VERSION}-${SAFE_OS_NAME}.zip"
59
+ echo "Zip to create: $ZIP_NAME"
60
61
cd dist
62
if [[ "$SAFE_OS_NAME" == "windows" ]]; then
0 commit comments