Skip to content

Commit 846b033

Browse files
Let's ensure the path of hte file (#2493)
1 parent a8f6fe4 commit 846b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: startsWith(github.ref, 'refs/tags')
101101
with:
102102
name: arn-file
103-
path: ".arn-file.md"
103+
path: "${{ github.workspace }}/.arn-file.md"
104104
if-no-files-found: error
105105

106106
publish-docker:

0 commit comments

Comments
 (0)