Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sohal committed Jan 8, 2024
1 parent e7f260f commit eb996a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
run: |
mkdir compiler_output -p
cmake --build --preset ${{ matrix.configs }} 2>&1 | tee -a compiler_output/${{ matrix.configs }}.txt
- name: pack
- name: Package
run: |
cmake --build --preset ${{ matrix.configs }} --target package
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: build
name: lib${{ matrix.configs }}
path: |
build/**/*.tar.gz
retention-days: 5
Expand Down

0 comments on commit eb996a1

Please sign in to comment.