Skip to content

Commit

Permalink
i understand nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Sep 11, 2024
1 parent d6d5616 commit 306e5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
}
- { NAME: windows, OS: windows-latest, ARCH: x86_64, PATH: build }
- {
NAME: macos-arm,
NAME: macos,
OS: macos-latest,
ARCH: arm,
PATH: target/optimized/bob,
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Upload Bob binary
uses: actions/upload-artifact@v4
with:
name: "bob-${{ matrix.os.NAME }}-${{ matrix.os.ARCH }}-${{ matrix.tls.SUFFIX }}"
name: "bob-${{ matrix.os.NAME }}${{ matrix.os.ARCH }}${{ matrix.tls.SUFFIX }}"
path: ${{ matrix.os.PATH }}
if-no-files-found: error
retention-days: 7
Expand Down

0 comments on commit 306e5f6

Please sign in to comment.