Update main.yml

This commit is contained in:
Saraistupid 2023-01-23 11:00:54 +02:00 committed by GitHub
parent 299d898a15
commit 22a7e431f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,9 +48,13 @@ jobs:
buildName: Heaven Studio
buildsPath: build
targetPlatform: ${{ matrix.targetPlatform }}
# Output
- uses: actions/upload-artifact@v2
- name: Tar files
run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.targetPlatform }}-build
path: ./build/${{ matrix.targetPlatform }}/
path: ./build/${{ matrix.targetPlatform }}.tar