Skip to content

Commit 2b7cc11

Browse files
committed
Fixing FreeBSD publishing
1 parent 8688685 commit 2b7cc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/bsd/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181

8282
if args.uploadResults:
83-
subprocess.run(['aws', 's3', 'cp', workdir / f'wsddn-{VERSION}.pkg', f's3://gershnik.com/bsd-repo/{ABI}/All'], check=True)
83+
subprocess.run(['aws', 's3', 'cp', workdir / f'wsddn-{VERSION}.pkg', f's3://gershnik.com/bsd-repo/{ABI}/All/'], check=True)
8484

8585
subprocess.run(['gzip', '--keep', '--force', builddir / 'wsddn'], check=True)
8686
abiMarker = ABI.replace(':', '-')

0 commit comments

Comments
 (0)