1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-28 11:17:46 +00:00

Merge pull request #86 from mkilgore/artifact-name

Remove 32-bit/64-bit distinction from Linux and OSX artifact name
This commit is contained in:
Matt Kilgore 2022-05-30 19:35:11 -04:00 committed by GitHub
commit 75a26af6aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: qb64-${{ matrix.prefix }}-${{ matrix.platform }}
name: qb64-${{ matrix.prefix }}${{ matrix.prefix == 'win' && format('-{0}', matrix.platform) || '' }}
path: |
tests/results/
qb64_win-x86.7z