File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 shell : pwsh
4545 working-directory : java
4646 env :
47- OKAPI_LIBRARY_PATH : " ${{ github.workspace }}/libs"
47+ LD_LIBRARY_PATH : " ${{ github.workspace }}/libs"
4848 API_GITHUB_TOKEN : ${{ secrets.API_GITHUB_TOKEN }}
4949 - name : Upload Unit Test Results - Java
5050 if : always()
Original file line number Diff line number Diff line change 4040 shell : pwsh
4141 working-directory : python
4242 env :
43- OKAPI_LIBRARY_PATH : " ${{ github.workspace }}/libs"
43+ LD_LIBRARY_PATH : " ${{ github.workspace }}/libs"
4444 API_GITHUB_TOKEN : ${{ secrets.API_GITHUB_TOKEN }}
4545 - name : Upload Unit Test Results - Python
4646 if : always()
Original file line number Diff line number Diff line change 4444 gradle publish
4545 working-directory : java
4646 env :
47- OKAPI_LIBRARY_PATH : " ${{ github.workspace }}/libs"
47+ LD_LIBRARY_PATH : " ${{ github.workspace }}/libs"
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3434 shell : pwsh
3535 working-directory : python
3636 env :
37- OKAPI_LIBRARY_PATH : " ${{ github.workspace }}/libs"
37+ LD_LIBRARY_PATH : " ${{ github.workspace }}/libs"
3838 API_GITHUB_TOKEN : ${{ secrets.API_GITHUB_TOKEN }}
3939 - name : Publish distribution 📦 to PyPI
4040 uses : pypa/gh-action-pypi-publish@master
You can’t perform that action at this time.
0 commit comments