mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
d4b22dcd1d
commit
933520c464
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -243,7 +243,7 @@ jobs:
|
|||||||
echo "DLURL=${DLURL}" >> $GITHUB_ENV
|
echo "DLURL=${DLURL}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
- name: Upload to Artifacts
|
||||||
if: success()
|
if: env.iscustom == 'true' && success()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rr-${{ env.model }}-${{ env.TAG }}
|
name: rr-${{ env.model }}-${{ env.TAG }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user