Skip to content

Commit 7266866

Browse files
committed
ci: Delete assets instead of ignoring them for dummy package.
1 parent 5679e5a commit 7266866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
4949
npm pack
5050
echo "NPM_ARCHIVE=$(ls org.visualpinball.unity.assetlibrary*.tgz)" >> $GITHUB_ENV
51-
echo Assets/** >> .gitignore
51+
rm -rf Assets
5252
npm publish
5353
env:
5454
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)