Skip to content

Commit

Permalink
Fix epic fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Apr 4, 2021
1 parent c74df59 commit 23ba4b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jobs:
- name: Download FFmpeg archive win64
uses: actions/download-artifact@v2
with:
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win64-gpl
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win64-nonfree

- name: Download FFmpeg archive win32
uses: actions/download-artifact@v2
with:
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win32-gpl
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win32-nonfree

- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -126,7 +126,7 @@ jobs:
FFmpeg nonfree git-${{ needs.build.outputs.git-sha }} in ${{ needs.build.outputs.git-date }} built on ${{ needs.build.outputs.date-time-after }} started at ${{ needs.build.outputs.date-time-before }}
Using ffmpeg-windows-build-helpers git-${{ needs.build.outputs.helper-git-sha }}
files: |
ffmpeg-${{ needs.build.outputs.git-sha }}-win64-gpl.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win32-gpl.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win64-nonfree.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win32-nonfree.7z
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jobs:
- name: Download FFmpeg archive win64
uses: actions/download-artifact@v2
with:
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win64-gpl
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win64-nonfree

- name: Download FFmpeg archive win32
uses: actions/download-artifact@v2
with:
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win32-gpl
name: ffmpeg-archive-${{ needs.build.outputs.git-sha }}-win32-nonfree

- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -125,8 +125,8 @@ jobs:
FFmpeg nonfree git-${{ needs.build.outputs.git-sha }} in ${{ needs.build.outputs.git-date }} built on ${{ needs.build.outputs.date-time-after }} started at ${{ needs.build.outputs.date-time-before }}
Using ffmpeg-windows-build-helpers git-${{ needs.build.outputs.helper-git-sha }}
files: |
ffmpeg-${{ needs.build.outputs.git-sha }}-win64-gpl.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win32-gpl.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win64-nonfree.7z
ffmpeg-${{ needs.build.outputs.git-sha }}-win32-nonfree.7z
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 23ba4b4

Please sign in to comment.