Skip to content

Commit

Permalink
upload artifacts needs to match tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 11, 2024
1 parent 2aa61a8 commit f42626e
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 @@ -60,7 +60,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mysql-${{ matrix.dbversion }}-${{ matrix.arch }}
path: "./mysql-${{ matrix.dbversion }}-${{ matrix.arch }}.tar.gz"
path: ./mysql-*-${{ matrix.arch }}.tar.gz

# - name: Setup tmate session
# if: ${{ failure() }}
Expand All @@ -80,7 +80,7 @@ jobs:
path: ./artifacts

- name: Show content of ./artifacts
run: ls -lR ./artifacts
run: ls -lR ./artifacts || true

- name: Add files to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f42626e

Please sign in to comment.