Skip to content

Commit

Permalink
Fix upload file path for scala server
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Mar 1, 2022
1 parent 463ba9c commit e077bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.SERVER_RELEASE_FILE }}
asset_path: ./src/rpc/server/scala/${{ env.SERVER_RELEASE_FILE }}
asset_name: omega-edit-grpc-scala-server-v${{ env.PKG_VERSION }}.zip
asset_content_type: application/tar+gzip

0 comments on commit e077bfd

Please sign in to comment.