Skip to content

Commit 375c349

Browse files
committed
Do not generate descriptor
1 parent fe6aa92 commit 375c349

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/windows-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
run: |
3434
aws s3 cp --acl public-read stremio-service-windows.zip s3://stremio-artifacts/stremio-service-unsigned/${{ github.ref_name }}/
3535
36-
- name: Generate RC descriptor
37-
run: |
38-
node ./generate_descriptor.js --wait-all --tag=${{ github.ref_name }}
3936
- name: Get current date
4037
id: date
4138
run: echo "TODAY_DATE=$(date +'%d %b %Y')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)