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 a8cb6ad commit e8ed8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: wthrr-${{ matrix.target }}
path: ${{ matrix.target }}/wthrr*
- name: Prepare release
if: github.repository_owner == 'ttytm' && github.ref_name == 'main' && github.event_name == 'push'
if: github.repository_owner == 'ttytm' && github.event_name == 'push'
run: |
if [ "$GITHUB_REF_TYPE" == tag ]; then
echo "TAG=$GITHUB_REF_NAME" >> "$GITHUB_ENV"
Expand All @@ -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 e8ed8c1

Please sign in to comment.