Update main.yml
This commit is contained in:
parent
1f7c992ee6
commit
2288f68ba6
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build my project ✨
|
||||
name: Build Windows
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -11,8 +11,6 @@ jobs:
|
|||
matrix:
|
||||
targetPlatform:
|
||||
- StandaloneWindows64
|
||||
- StandaloneLinux64
|
||||
- StandaloneOSX
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -49,12 +47,8 @@ jobs:
|
|||
buildsPath: build
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
|
||||
- name: Tar files
|
||||
run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
# Output
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.targetPlatform }}-build
|
||||
path: ${{ matrix.targetPlatform }}.tar
|
||||
|
||||
path: ./build/${{ matrix.targetPlatform }}/
|
||||
|
|
Loading…
Reference in a new issue