Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed May 8, 2024
1 parent be30ab5 commit 5c18607
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/rr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,10 @@ jobs:
with:
name: rr-${{ env.TAGDATE }}
path: |
rr/rr-*.zip
rr/update*.zip
rr/rr-*.zip
rr/rr_1GB-*.zip
rr/update-*.zip
rr/updateall-*.zip
retention-days: 5

# Upload artifact
Expand All @@ -231,7 +233,8 @@ jobs:
with:
name: rr-${{ env.VERSION }}
path: |
rr/rr_*.zip
rr/rr_1GB-*.zip
rr/update-*.zip
retention-days: 5

# Publish a release if is a tag
Expand All @@ -243,7 +246,7 @@ jobs:
prerelease: ${{ inputs.prerelease }}
artifacts: |
rr/rr-*.zip
rr/update*.zip
rr/updateall-*.zip
body: |
- Editing ...
owner: RROrg
Expand Down

0 comments on commit 5c18607

Please sign in to comment.