Skip to content

Commit

Permalink
Fix path to output
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jun 12, 2024
1 parent 69a3f51 commit 1d56d80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,12 @@ jobs:
import os
import sys
os.chdir(os.path.dirname(os.path.abspath(__file__)))
version_number = ${{ needs.setup.outputs.buildnumber }}
package_name = 'golm-build-${{ needs.setup.outputs.buildnumber }}-{}-${{ env.GITHUB_SHA_SHORT }}'
linux_checksum = '${{ needs.publish.outputs.linux_checksum }}'
windows_checksum = '${{ needs.publish.outputs.windows_checksum }}'
json_url = 'https://untrustedmodders.github.io/go-lang-module/go-lang-module.json'
local_json_file_path = 'build/repo/go-lang-module.json'
local_json_file_path = '/build/repo/go-lang-module.json'
def load_json_from_url(url):
try:
Expand Down

0 comments on commit 1d56d80

Please sign in to comment.