Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuked88 committed Jun 11, 2023
1 parent a94ee9f commit b8b710a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
id: pack_artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
run: |
7z a llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-${{ matrix.build }}-x64.zip ./build/*
7z a llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-latest-x64.zip ./build/*
- name: Upload artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
uses: actions/upload-artifact@v3
with:
path: |
llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-lastest-${{ matrix.build }}-x64.zip
llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-latest-x64.zip
ubuntu-latest-cmake-sanitizer:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -136,14 +136,14 @@ jobs:
id: pack_artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
run: |
7z a llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-${{ matrix.build }}-x64.zip ./build/*
7z a llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-lastest-sanitizer-x64.zip ./build/*
- name: Upload artifacts
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
uses: actions/upload-artifact@v3
with:
path: |
llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-lastest-sanitizer-${{ matrix.build }}-x64.zip
llama.http-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-deb-lastest-sanitizer-x64.zip


Expand Down

0 comments on commit b8b710a

Please sign in to comment.