Skip to content

Commit cfdd70a

Browse files
committed
hmm 🤞
1 parent 25c60e9 commit cfdd70a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ jobs:
142142
</dependencies>
143143
</metadata>
144144
<files>
145-
<file src="lib\net8.0\D2Sharp.dll" target="lib\net8.0" />
146-
<file src="runtimes\**\*" target="runtimes" />
147-
<file src="..\..\README.md" target="\" />
145+
<file src="lib/net8.0/D2Sharp.dll" target="lib/net8.0" />
146+
<file src="runtimes/**/*" target="runtimes" />
147+
<file src="../README.md" target="\" />
148148
</files>
149149
</package>
150150
EOF

0 commit comments

Comments
 (0)