We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6aa92 commit 375c349Copy full SHA for 375c349
.github/workflows/windows-release.yml
@@ -33,9 +33,6 @@ jobs:
33
run: |
34
aws s3 cp --acl public-read stremio-service-windows.zip s3://stremio-artifacts/stremio-service-unsigned/${{ github.ref_name }}/
35
36
- - name: Generate RC descriptor
37
- run: |
38
- node ./generate_descriptor.js --wait-all --tag=${{ github.ref_name }}
39
- name: Get current date
40
id: date
41
run: echo "TODAY_DATE=$(date +'%d %b %Y')" >> $GITHUB_OUTPUT
0 commit comments