Skip to content

Commit

Permalink
[actions] fix archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Apr 19, 2024
1 parent 9d1b298 commit 7250e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Cache the build
if: matrix.goal == 'build'
id: cache-python-ssl
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
cache.tar.xz
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
uses: actions/upload-artifact@v4
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal == 'build'
with:
name: ${{ matrix.jid }}
name: name: gyb-binaries-${{ env.OS }}-${{ env.arch }}-${{ matrix.jid }}
path: |
gyb*.tar.xz
gyb*.zip
Expand Down

0 comments on commit 7250e1c

Please sign in to comment.