Skip to content

Commit

Permalink
fix artifacts path (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Oct 1, 2024
1 parent 61a845c commit 6f67e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
gh release view $VERSION --repo $FIREBASE_REPO --json body | jq -r '.body' >> release_notes.txt

# Create a new release
gh release create $VERSION ./artifacts/* \
gh release create $VERSION ./artifacts/Firebase/* \
--title "$VERSION" \
--notes-file release_notes.txt
fi
Expand Down

0 comments on commit 6f67e9f

Please sign in to comment.