ci: Fix d2chaos upload

This commit is contained in:
Anmol Sethi 2022-11-30 03:52:52 -08:00
parent e6c7d06616
commit 7f7977eb8b
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA
2 changed files with 6 additions and 1 deletions

View file

@ -20,7 +20,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: d2chaos-test
name: d2chaos
path: ./d2chaos/out
nofixups:
runs-on: ubuntu-latest

View file

@ -22,3 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
- uses: actions/upload-artifact@v3
if: always()
with:
name: d2chaos
path: ./d2chaos/out