Skip to content

Commit

Permalink
Merge pull request #1034 from Hoikas/fix_ci
Browse files Browse the repository at this point in the history
Fix CI Failures.
  • Loading branch information
dpogue committed Dec 11, 2021
2 parents 26d7018 + 59eddb0 commit 7917660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
cmake --build build --target INSTALL --config "${{ matrix.cfg.type }}" -j 2
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }}
path: build/install
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
cmake --build build --target INSTALL --config Release -j 2
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: max-${{ matrix.cfg.str }}
path: build/install
Expand Down

0 comments on commit 7917660

Please sign in to comment.