Skip to content

Commit 75abe7e

Browse files
committed
Try with specifying the path.
1 parent 1317551 commit 75abe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
$tag = git tag --points-at HEAD
2525
if ($tag) {
2626
echo "has-tag=true" >> $env:GITHUB_OUTPUT
27-
echo "tag-name=$tag" >> $env:GITHUB_OUTPUT
2827
} else {
2928
echo "has-tag=false" >> $env:GITHUB_OUTPUT
3029
}
@@ -81,6 +80,7 @@ jobs:
8180
uses: actions/download-artifact@v4
8281
with:
8382
name: MagickViewer
83+
path: MagickViewer
8484

8585
- name: Deploy to Azure Web App
8686
uses: azure/[email protected]

0 commit comments

Comments
 (0)