File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ jobs:
101101 files : |
102102 ffmpeg-master-${{ steps.get_release.outputs.tag }}-linux64-gpl-binary
103103 ffmpeg-master-${{ steps.get_release.outputs.tag }}-win64-gpl-binary.exe
104- env :
105- GITHUB_TOKEN : ${{ vars.PAT_TOKEN }}
104+ token : ${{ vars.PAT_TOKEN }}
106105
107106 compress_linux :
108107 runs-on : ubuntu-latest
@@ -139,8 +138,7 @@ jobs:
139138 files : |
140139 ffmpeg-master-${{ needs.create_release.outputs.tag }}-linux64-gpl.7z
141140 ffmpeg-master-${{ needs.create_release.outputs.tag }}-linux64-gpl-upx
142- env :
143- GITHUB_TOKEN : ${{ vars.PAT_TOKEN }}
141+ token : ${{ vars.PAT_TOKEN }}
144142
145143 compress_windows :
146144 runs-on : ubuntu-latest
@@ -176,5 +174,4 @@ jobs:
176174 files : |
177175 ffmpeg-master-${{ needs.create_release.outputs.tag }}-win64-gpl.7z
178176 ffmpeg-master-${{ needs.create_release.outputs.tag }}-win64-gpl-upx.exe
179- env :
180- GITHUB_TOKEN : ${{ vars.PAT_TOKEN }}
177+ token : ${{ vars.PAT_TOKEN }}
You can’t perform that action at this time.
0 commit comments