Skip to content

Commit

Permalink
fixup: YAML syntax and folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Oct 24, 2023
1 parent 3988df4 commit 2586c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
- name: Run Tests
run: ./build/unittest

- name: Generate Artifacts:
uses: ./.github/workflows/upload-linux-artifacts.yml
- name: Generate Artifacts
uses: ./.github/actions/upload-linux-artifacts.yml
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/workflows/upload-linux-artifacts.yml
uses: ./.github/actions/upload-linux-artifacts.yml
with:
artifact_name: Linux 64-bit (AVX2 enabled)
build_slug: linux-x64-release-avx
Expand Down

0 comments on commit 2586c8b

Please sign in to comment.