We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a26633 commit 036a939Copy full SHA for 036a939
.github/workflows/distribute.yaml
@@ -131,10 +131,6 @@ jobs:
131
APP_DIR=$(find $TEST_DIR -mindepth 1 -maxdepth 1 -type d)
132
echo "Application extracted to: $APP_DIR"
133
134
- # Define the path to the executable. On Windows, the shell is bash (Git Bash),
135
- # so we don't need to add a '.exe' or other suffix.
136
- if
137
-
138
# Declare a variable for the executable path
139
EXECUTABLE=""
140
0 commit comments