Skip to content

Commit 52f73f8

Browse files
committed
release action
1 parent d611364 commit 52f73f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path=$(find _DataMinerInstallationPackage -type f -name '*.dmapp')
8282
echo $path
8383
84-
if [ ! -z "$path"]
84+
if [ ! -z "$path" ]
8585
then
8686
newpath="${path%.*}_${{ github.ref_name }}.dmapp"
8787
echo $newpath

0 commit comments

Comments
 (0)