Skip to content

Commit 81e51e4

Browse files
committed
data packaging
1 parent a5220e0 commit 81e51e4

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Zip
4242
working-directory: ${{ env.working-directory }}
4343
run: |
44-
cp -rfv resources working-temp
44+
cp -rfv data working-temp
4545
cd working-temp
4646
echo "dotnet Box2D.NET.Samples.dll" > run.bat
4747
zip -r ../Box2D.NET.Samples-${{ steps.version.outputs.version}}.zip ./

0 commit comments

Comments
 (0)