Skip to content

Commit

Permalink
fixup: github action formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Oct 24, 2023
1 parent db827dd commit 2647293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: ./build/unittest

- name: Generate Artifacts
uses: ./.github/actions/upload-linux-artifacts.yml
uses: ./.github/actions/upload-linux
with:
artifact_name: Linux 64-bit
build_slug: linux-x64-release
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run: ./build/unittest

- name: Generate Artifacts
uses: ./.github/actions/upload-linux-artifacts.yml
uses: ./.github/actions/upload-linux
with:
artifact_name: Linux 64-bit (AVX2 enabled)
build_slug: linux-x64-release-avx
Expand Down

0 comments on commit 2647293

Please sign in to comment.