Skip to content

Commit

Permalink
Rename artifacts again
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Feb 14, 2024
1 parent 9da95da commit 888bdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
if: matrix.upload
uses: actions/upload-artifact@v4
with:
name: example-${{ matrix.mappings }}-full
name: example-project-${{ matrix.mappings }}
path: .ctt/${{ matrix.mappings }}/

- name: Upload build artifact
if: matrix.upload
uses: actions/upload-artifact@v4
with:
name: example-${{ matrix.mappings }}-build
name: example-build-${{ matrix.mappings }}
path: _build/

0 comments on commit 888bdf6

Please sign in to comment.