We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d611364 commit 52f73f8Copy full SHA for 52f73f8
.github/workflows/DataMiner+CI+Automation.yml
@@ -81,7 +81,7 @@ jobs:
81
path=$(find _DataMinerInstallationPackage -type f -name '*.dmapp')
82
echo $path
83
84
- if [ ! -z "$path"]
+ if [ ! -z "$path" ]
85
then
86
newpath="${path%.*}_${{ github.ref_name }}.dmapp"
87
echo $newpath
0 commit comments