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 0d987dc commit 7a7e01a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: [ 'v*' ]
#tags: [ 'v*' ]

jobs:
build:
Expand Down Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Save Binaries
uses: actions/upload-artifact@v4
with:
name: mp4_merge
path: dist/mp4_merge*

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

- run: ls -l

Expand Down

0 comments on commit 7a7e01a

Please sign in to comment.