Skip to content

Commit

Permalink
CI: lowercase arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuncan committed Jul 24, 2024
1 parent 3cb2f0b commit 140dbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
if: ${{ github.event_name != 'push' && !contains(github.ref, 'refs/tags/') }}
uses: actions/[email protected]
with:
name: RCM-client-${{ matrix.os }}-${{ runner.arch }}-turbovnc-${{ matrix.turbovnc-version }}
name: RCM-client-${{ matrix.os }}-${{ runner.arch.lowercase }}-turbovnc-${{ matrix.turbovnc-version }}
path: |
RCM${{ env.EXT }}
RCM.sig
Expand All @@ -222,7 +222,7 @@ jobs:
if: ${{ github.event_name != 'push' && !contains(github.ref, 'refs/tags/') }}
uses: actions/[email protected]
with:
name: RCM-client-${{ matrix.os }}-${{ runner.arch }}-turbovnc-${{ matrix.turbovnc-version }}-dir
name: RCM-client-${{ matrix.os }}-${{ runner.arch.lowercase }}-turbovnc-${{ matrix.turbovnc-version }}-dir
path: |
RCM.zip
RCM-zip.sig
Expand Down

0 comments on commit 140dbdd

Please sign in to comment.