Remove architecture from artifact name

This commit is contained in:
Scott Brenner
2025-05-22 18:43:37 -07:00
committed by teejusb
parent 0e00f57e45
commit 7405eea171
+1 -1
View File
@@ -73,6 +73,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ITGmania-${{ github.sha }}-${{ matrix.name }}-${{ matrix.arch }}
name: ITGmania-${{ github.sha }}-${{ matrix.name }}
path: ${{ matrix.path }}
compression-level: 0