We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8688685 commit 2b7cc11Copy full SHA for 2b7cc11
installers/bsd/build.py
@@ -80,7 +80,7 @@
80
81
82
if args.uploadResults:
83
- subprocess.run(['aws', 's3', 'cp', workdir / f'wsddn-{VERSION}.pkg', f's3://gershnik.com/bsd-repo/{ABI}/All'], check=True)
+ subprocess.run(['aws', 's3', 'cp', workdir / f'wsddn-{VERSION}.pkg', f's3://gershnik.com/bsd-repo/{ABI}/All/'], check=True)
84
85
subprocess.run(['gzip', '--keep', '--force', builddir / 'wsddn'], check=True)
86
abiMarker = ABI.replace(':', '-')
0 commit comments