Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zr3 committed Jan 7, 2024
1 parent 876f2a0 commit bd2aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: cargo build --release --target=wasm32-unknown-unknown && wasm-bindgen target/wasm32-unknown-unknown/release/and_we_had_a_wild_thyme.wasm --out-dir wasm --no-modules --no-typescript
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down

1 comment on commit bd2aee0

@zr3
Copy link
Owner Author

@zr3 zr3 commented on bd2aee0 Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unintentionally committed this message without realizing it would link on the issue -- afraid it might come off wrong so want to say the 'lol' is at myself in reference to me spam trying v1, latest, v3, then finally v2 in the middle, which seemed to be the current version most likely to work in my case 😅

Please sign in to comment.