Skip to content

Commit

Permalink
Renamed the file names
Browse files Browse the repository at this point in the history
The old names were inconsistent and a bit confusing.
This should make the naming more standard and use the same convention as the python build tools
  • Loading branch information
gentlegiantJGC committed Aug 26, 2021
1 parent fb8fa5f commit 8a0ef86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: libleveldb.so
asset_name: libleveldb.so
asset_name: leveldb_mcpe_linux_x86_64.so
asset_content_type: so

macos:
Expand All @@ -67,5 +67,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: out-shared/libleveldb.dylib
asset_name: libleveldb.dylib
asset_name: leveldb_mcpe_macosx_10_9_x86_64.dylib
asset_content_type: dylib
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build_leveldb/Release/leveldb.dll
asset_name: LevelDB-MCPE-32.dll
asset_name: leveldb_mcpe_win32.dll
asset_content_type: dll

deploy-win64:
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build_leveldb/Release/leveldb.dll
asset_name: LevelDB-MCPE-64.dll
asset_name: leveldb_mcpe_win_amd64.dll
asset_content_type: dll

0 comments on commit 8a0ef86

Please sign in to comment.