File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -168,27 +168,6 @@ jobs:
168
168
name : spin-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}
169
169
path : _dist/spin-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.zip
170
170
171
- - name : Configure AWS Credentials
172
- if : |
173
- runner.os == 'linux' &&
174
- matrix.config.arch == 'amd64' &&
175
- github.repository_owner == 'spinframework' &&
176
- github.ref == 'refs/heads/main'
177
- uses : aws-actions/configure-aws-credentials@v4
178
- with :
179
- role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.SPIN_RELEASE_ARTIFACTS_REPO }}
180
- role-session-name : spin-release-artifacts
181
- aws-region : ${{ secrets.AWS_REGION }}
182
-
183
- - name : Copy Binary to S3 - ${{ env.RELEASE_VERSION }}
184
- if : |
185
- runner.os == 'linux' &&
186
- matrix.config.arch == 'amd64' &&
187
- github.repository_owner == 'spinframework' &&
188
- github.ref == 'refs/heads/main'
189
- run : |
190
- aws s3 cp _dist/spin-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz s3://${{ secrets.SPIN_RELEASE_ARTIFACTS_REPO }}/spin-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz --acl public-read
191
-
192
171
checksums :
193
172
name : generate release checksums
194
173
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments