Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Aug 27, 2024
1 parent 7a7e01a commit abc6534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Save Binaries
uses: actions/upload-artifact@v4
with:
name: mp4_merge-${{ matrix.targets.name }}
path: dist/mp4_merge*

github_release:
Expand All @@ -69,7 +70,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: mp4_merge*
name: mp4_merge-${{ matrix.targets.name }}

- run: ls -l

Expand Down

0 comments on commit abc6534

Please sign in to comment.