Skip to content

Commit

Permalink
tmp extend nightly upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 13, 2024
1 parent 3971852 commit e84aa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
tag_name: nightly
- name: Release
if: github.repository_owner == 'ttytm' && github.ref_name == 'main' && github.event_name == 'push'
if: github.repository_owner == 'ttytm' && github.event_name == 'push'
uses: softprops/action-gh-release@v2
with:
files: ${{ matrix.target }}/wthrr*
Expand Down

0 comments on commit e84aa2f

Please sign in to comment.