Skip to content

Commit 6f67e9f

Browse files
authored
fix artifacts path (#83)
1 parent 61a845c commit 6f67e9f

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
@@ -96,7 +96,7 @@ jobs:
9696
gh release view $VERSION --repo $FIREBASE_REPO --json body | jq -r '.body' >> release_notes.txt
9797

9898
# Create a new release
99-
gh release create $VERSION ./artifacts/* \
99+
gh release create $VERSION ./artifacts/Firebase/* \
100100
--title "$VERSION" \
101101
--notes-file release_notes.txt
102102
fi

0 commit comments

Comments
 (0)