mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 17:39:49 +03:00
Name the upload artifact correctly
This commit is contained in:
parent
96ebfa93e3
commit
fe1165544c
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
|
@ -155,6 +155,6 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: packages_macos
|
name: packages_macos_arm64
|
||||||
path: |
|
path: |
|
||||||
dist/*macosx_11_0_arm64.whl
|
dist/*macosx_11_0_arm64.whl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user