Skip to content

Commit

Permalink
Automatic release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Apr 20, 2023
1 parent c0750d9 commit f885ec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Upload to Amazon S3
run: |
aws s3 cp --acl public-read target/macos/StremioService.dmg s3://stremio-artifacts/stremio-service/${{ github.ref_name }}/
- name: Generate RC descriptor
run: |
node ./generate_descriptor.js --wait-all --tag=${{ github.ref_name }}
- name: Upload dmg release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
aws s3 cp --acl public-read StremioServiceSetup.exe s3://stremio-artifacts/stremio-service/${{ github.ref_name }}/
- name: Generate RC descriptor
run: |
node ./generate_descriptor.js --wait-all --tag=${{ github.ref_name }}
- name: Upload windows release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit f885ec8

Please sign in to comment.