Skip to content

Commit

Permalink
fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Mar 28, 2023
1 parent eea1fe3 commit 52c12ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ jobs:
make-release:
name: 'Create and upload release'
env:
RELEASE_BUCKET: "obs-studio-deployment.streamlabs.com"
RELEASE_BUCKET: "obs-studio-deployment"
runs-on: ubuntu-20.04
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [ffmpeg-package-universal, macos-package-universal, macos-qt5-package-universal, macos-qt6-package, windows-build, windows-qt-package]
Expand Down

0 comments on commit 52c12ca

Please sign in to comment.