Skip to content

Commit

Permalink
Merge pull request #13 from jetzig-framework/Create-CI-for-the-cli-to…
Browse files Browse the repository at this point in the history
…oling

We now have CLI CI =D
  • Loading branch information
Deecellar authored Mar 6, 2024
2 parents 63f8236 + c71886a commit 499bc69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 499bc69

Please sign in to comment.