Remove architecture from artifact name
This commit is contained in:
@@ -73,6 +73,6 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ITGmania-${{ github.sha }}-${{ matrix.name }}-${{ matrix.arch }}
|
name: ITGmania-${{ github.sha }}-${{ matrix.name }}
|
||||||
path: ${{ matrix.path }}
|
path: ${{ matrix.path }}
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user