Skip to content

Commit

Permalink
Main release test part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Apr 19, 2022
1 parent 0f6202c commit b799d8c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
apple-product-id: ${{ matrix.apple-product-id }}
apple-team-id: ${{ matrix.apple-team-id }}
options: ${{ matrix.options }}
- name: Execute
- name: Rename as needed
shell: bash
run: |
mkdir -p /tmp/releases
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ jobs:
apple-product-id: ${{ matrix.apple-product-id }}
apple-team-id: ${{ matrix.apple-team-id }}
options: ${{ matrix.options }}
- name: Execute
- name: Rename as needed
shell: bash
run: |
chmod +x ${{ steps.code-sign-action.outputs.file }}
mv ${{ steps.code-sign-action.outputs.file }} ${{ matrix.result }}
- name: Upload ${{ matrix.result }}
- name: Upload snapshot release ${{ matrix.result }}
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.result }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
aws-access-key-id: ${{ secrets.S3_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.S3_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Upload dev releases to S3
- name: Upload releases to S3
shell: bash
run: aws s3 sync /tmp/s3 s3://files.lando.dev/hyperdrive --acl public-read
run: aws s3 sync /tmp/releases s3://files.lando.dev/hyperdrive --acl public-read
- name: Upload releases to GitHub Releases
uses: softprops/action-gh-release@v1
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.7.0-alpha.3 [April 19, 2022](https://github.com/lando/hyperdrive/releases/tag/v0.7.0-alpha.3)

* Testing new release pipeline III

## v0.7.0-alpha.2 [April 19, 2022](https://github.com/lando/hyperdrive/releases/tag/v0.7.0-alpha.2)

* Testing new release pipeline II
Expand Down

0 comments on commit b799d8c

Please sign in to comment.