ci: Fix d2chaos upload
This commit is contained in:
parent
e6c7d06616
commit
7f7977eb8b
2 changed files with 6 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: d2chaos-test
|
name: d2chaos
|
||||||
path: ./d2chaos/out
|
path: ./d2chaos/out
|
||||||
nofixups:
|
nofixups:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
5
.github/workflows/daily.yml
vendored
5
.github/workflows/daily.yml
vendored
|
|
@ -22,3 +22,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
|
||||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: d2chaos
|
||||||
|
path: ./d2chaos/out
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue