Skip to content

Commit e077bfd

Browse files
committed
Fix upload file path for scala server
1 parent 463ba9c commit e077bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ jobs:
285285
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
286286
with:
287287
upload_url: ${{ steps.create_release.outputs.upload_url }}
288-
asset_path: ./${{ env.SERVER_RELEASE_FILE }}
288+
asset_path: ./src/rpc/server/scala/${{ env.SERVER_RELEASE_FILE }}
289289
asset_name: omega-edit-grpc-scala-server-v${{ env.PKG_VERSION }}.zip
290290
asset_content_type: application/tar+gzip

0 commit comments

Comments
 (0)