Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Killers0992 authored Oct 13, 2024
1 parent f8cc84b commit 0f2ab3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- run: |
cd ${{ github.workspace }}
find Packages -name \*.meta >> metaList
cp ${{ github.workspace }}${{ env.API_PROJECT_NAME }}/bin/Release/${{ env.NET_FRAMEWORK_VERSION }}/MapForge.API.dll ${{ github.workspace }}/Packages/Runtime/MapForge.API.dll
cp ${{ github.workspace }}${{ env.EDITOR_PROJECT_NAME }}/bin/Release/${{ env.NET_FRAMEWORK_VERSION }}/MapForge.Editor.dll ${{ github.workspace }}/Packages/Editor/MapForge.Editor.dll
cp ${{ github.workspace }}${{ env.API_PROJECT_NAME }}/bin/Release/${{ env.NET_FRAMEWORK_VERSION }}/MapForge.API.dll ${{ github.workspace }}/Packages/com.killers0992.mapforge/Runtime/MapForge.API.dll
cp ${{ github.workspace }}${{ env.EDITOR_PROJECT_NAME }}/bin/Release/${{ env.NET_FRAMEWORK_VERSION }}/MapForge.Editor.dll ${{ github.workspace }}/Packages/com.killers0992.mapforge/Editor/MapForge.Editor.dll
- run: mkdir ${{ github.workspace }}/PackageOutput

Expand Down

0 comments on commit 0f2ab3d

Please sign in to comment.