Skip to content

Commit

Permalink
Fix nightly build
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Oct 29, 2024
1 parent 864ff51 commit 9a110fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
tar -cvJf macSubtitleOCR-nightly-${sha}.tar.xz -C .build/release/ macSubtitleOCR
gpg --detach-sign --armor macSubtitleOCR-nightly-${sha}.tar.xz
gpg --verify macSubtitleOCR-nightly-${sha}.tar.xz.asc macSubtitleOCR-nightly-${sha}.tar.xz
gh release delete --yes --cleanup-tag nightly
gh release delete --yes --cleanup-tag nightly || true
- name: Build with FFmpeg
run: |
Expand Down

0 comments on commit 9a110fb

Please sign in to comment.