Fix osx upload artifact name.

This commit is contained in:
Relintai 2023-06-25 13:16:35 +02:00
parent 6b98d2b5c9
commit bfed962f1f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ jobs:
uses: actions/upload-artifact@11830c9f4d30053679cb8904e3b3ce1b8c00bf40 # pin@v2
with:
name: ${{ env.PLATFORM }}-release
path: 'build/pandemonium-python-*.tar.bz2'
path: 'build/pandemonium-python-*.zip'
#################################################################################