File tree 2 files changed +5
-9
lines changed 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,4 @@ jobs:
138
138
Using ffmpeg-windows-build-helpers git-${{ needs.build.outputs.helper-git-sha }}
139
139
files : |
140
140
ffmpeg-${{ needs.build.outputs.git-sha }}-${{ needs.build.outputs.helper-git-sha }}-win64-nonfree.7z
141
- ffmpeg-${{ needs.build.outputs.git-sha }}-${{ needs.build.outputs.helper-git-sha }}-win32-nonfree.7z
142
- env :
143
- GITHUB_TOKEN : ${{ github.token }}
141
+ ffmpeg-${{ needs.build.outputs.git-sha }}-${{ needs.build.outputs.helper-git-sha }}-win32-nonfree.7z
Original file line number Diff line number Diff line change @@ -136,18 +136,16 @@ jobs:
136
136
files : |
137
137
ffmpeg-${{ needs.build.outputs.git-sha }}-${{ needs.build.outputs.helper-git-sha }}-win64-nonfree.7z
138
138
ffmpeg-${{ needs.build.outputs.git-sha }}-${{ needs.build.outputs.helper-git-sha }}-win32-nonfree.7z
139
- env :
140
- GITHUB_TOKEN : ${{ github.token }}
141
-
139
+
142
140
delete_old :
143
141
name : Delete older pre-releases
144
142
runs-on : ubuntu-latest
145
143
steps :
146
144
- name : Delete older pre-releases
147
145
uses :
dev-drprasad/[email protected]
148
- env :
149
- GITHUB_TOKEN : ${{ github.token }}
150
146
with :
151
147
keep_latest : 1
152
148
delete_tags : true
153
- delete_tag_pattern : a
149
+ delete_tag_pattern : a
150
+ env :
151
+ GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments