mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Merge pull request #13 from jetzig-framework/Create-CI-for-the-cli-tooling
We now have CLI CI =D
This commit is contained in:
commit
499bc69e64
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -60,23 +60,23 @@ jobs:
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: builds
|
||||
name: build-windows
|
||||
path: artifacts/x86_64-windows
|
||||
- name: Upload artifacts Target Linux
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: builds
|
||||
name: build-linux
|
||||
path: artifacts/x86_64-linux
|
||||
- name: Upload artifacts Target MacOS
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: builds
|
||||
name: builds-macos-x86
|
||||
path: artifacts/x86_64-macos
|
||||
- name: Upload artifacts Target MacOS 2
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: builds
|
||||
name: build-macos-aarch64
|
||||
path: artifacts/aarch64-macos
|
||||
|
Loading…
x
Reference in New Issue
Block a user