Skip to content

Commit

Permalink
test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 28, 2024
1 parent 4606406 commit df7f68d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ jobs:
environment: release
needs: login-aws
steps:
- name: aws creds
uses: aws-actions/configure-aws-credentials@v4
id: creds
with:
aws-region: "eu-west-1"
role-to-assume: ${{ env.AWS_ROLE_TO_ASSUME }}
role-session-name: ReleaseDesktopWalletSession

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit df7f68d

Please sign in to comment.