Skip to content

Commit

Permalink
Fix build name method
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Dec 15, 2022
1 parent b5932c7 commit ece2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateWebBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
allowDirtyBuild: true
buildsPath: dist
versioning: Custom
buildMethod: Beamable.Editor.BuildScript.ReleaseWebGLBuild
buildMethod: Beamable.Editor.BuildScript.Build
version: ${{ steps.beamable_updater.outputs.local_version }}
- name: upload
run: AWS_ACCESS_KEY_ID=${{secrets.AWS_KEY_ID}} AWS_SECRET_ACCESS_KEY=${{secrets.AWS_SECRET_ACCESS_KEY}} AWS_REGION=us-west-2 aws s3 cp --recursive ./dist/WebGL s3://${{secrets.AWS_BUCKET_BUILDS}}/uploads/chat_gpw --acl public-read

0 comments on commit ece2573

Please sign in to comment.