We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8a925 commit 6f6d11eCopy full SHA for 6f6d11e
1 file changed
.github/workflows/buildanddeploy.yml
@@ -97,6 +97,7 @@ jobs:
97
sync-biggamescript:
98
needs: build-and-deploy-gh-pages
99
runs-on: ubuntu-latest
100
+
101
steps:
102
- uses: actions/checkout@v4
103
with:
@@ -111,6 +112,7 @@ jobs:
111
112
113
- name: Deploy to S3
114
run: |
115
+ ls
116
aws s3 sync ./big_game_script.js s3://ccportedgames/big_game_script.js --exact-timestamps
117
118
deploy-to-firebase:
0 commit comments