fixing package name

This commit is contained in:
John Youngers 2025-01-31 13:38:42 -06:00
parent d982d2c359
commit 058292e12f

View File

@ -16,5 +16,5 @@ jobs:
- run: make save - run: make save
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: package-${{ runner.os }} name: pgloader-${{ matrix.os }}
path: build/bin path: build/bin