Skip to content

Commit

Permalink
Update ci.yml actions/upload-artifact (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Jan 8, 2025
1 parent 90528f4 commit c2c89a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: npm run jestTest -- -t ${{ matrix.mcVersion }}
- uses: actions/upload-artifact@v4
with:
name: test_picture
name: test_picture-${{ matrix.mcVersion }}
path: test/test_*.png
DeployPages:
runs-on: ubuntu-latest
Expand All @@ -57,7 +57,9 @@ jobs:
- name: Download build
uses: actions/[email protected]
with:
name: test_picture
path: .
pattern: test_picture-*
merge-multiple: true
- name: Create commits
run: |
git config user.name 'rom1504bot'
Expand Down

0 comments on commit c2c89a1

Please sign in to comment.