Skip to content

Commit

Permalink
Download artifact from main branch instead
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Dec 14, 2023
1 parent 1ecf25c commit ebd509a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
os.remove(path)

# Download installer artifact
installerURL = 'https://nightly.link/CleanroomMC/Cleanroom/workflows/BuildTest/dev%2Fmixin3/installer.zip'
installerURL = 'https://nightly.link/CleanroomMC/Cleanroom/workflows/BuildTest/main/installer.zip'
response = requests.get(installerURL)
open(os.path.join(cache_path, 'installer.zip'), 'wb').write(response.content)

Expand Down

0 comments on commit ebd509a

Please sign in to comment.