Skip to content

Commit

Permalink
ci: macOS almost ok, debug windows (try 4/n) (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jun 30, 2024
1 parent efdb4e8 commit a9b0aad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Install libmpv
run: |
brew install mpv
- name: Test if no syntax error
run: feeluown -h
- name: Bundle
run: |
make bundle
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist/FeelUOwn-windows.zip
- name: Upload to nightly
if: github.ref == 'refs/heads/master'
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist/FeelUOwn-windows.zip
tag_name: nightly

0 comments on commit a9b0aad

Please sign in to comment.