Skip to content

Commit

Permalink
ci: experiment with deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Dec 18, 2024
1 parent 5477ba3 commit ed10dc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/asia-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
push:
release:
types: [released, edited]

Expand All @@ -17,7 +18,7 @@ jobs:
- name: Download release asset
uses: dsaltares/[email protected]
with:
version: ${{ github.ref }}
version: tags/3.1.6
file: 'HSTracker.app.zip'

- name: Configure AWS Credentials
Expand All @@ -27,4 +28,4 @@ jobs:
aws-region: ap-east-1

- name: Publish
run: aws s3 sync HSTracker.app.zip "s3://${{ secrets.AWS_S3_BUCKET }}/hstracker/HSTracker.app.zip"
run: aws s3 cp HSTracker.app.zip "s3://${{ secrets.AWS_S3_BUCKET }}/hstracker/HSTracker.app.zip"

0 comments on commit ed10dc4

Please sign in to comment.