Skip to content

Commit

Permalink
include README images in bundle; force push in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
wisp3rwind committed Nov 20, 2024
1 parent c95942a commit 1603dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
git checkout -b "${PKG_NAME}-${PKG_VERSION}"
git add .
git commit -m "${PKG_NAME}:${PKG_VERSION}"
git push --set-upstream origin "${PKG_NAME}-${PKG_VERSION}"
git push --force --set-upstream origin "${PKG_NAME}-${PKG_VERSION}"
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Install dir: $TARGET"

# Copy all included files to a temporary directory
TMP="$(mktemp -d)"
for f in src/*.typ CHANGELOG.md README.md LICENSE typst.toml; do
for f in src/*.typ CHANGELOG.md README.md LICENSE typst.toml docs/*.svg; do
mkdir -p "$TMP/$(dirname "$f")" 2>/dev/null
cp -r "$ROOT/$f" "$TMP/$f"
done
Expand Down

0 comments on commit 1603dab

Please sign in to comment.