Skip to content

Commit e50aa3c

Browse files
committed
hack hack hack
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent cebba82 commit e50aa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment: release
1313
outputs:
14-
artifact-id: ${{ steps.release-upload.outputs.artifact-id }}
14+
artifact-id: ${{ steps.release-upload.outputs.artifact-id || '' }}
1515

1616
permissions:
1717
id-token: write # Used to authenticate to PyPI via OIDC
@@ -65,7 +65,7 @@ jobs:
6565
id: release-upload
6666
uses: actions/upload-artifact@v5
6767
with:
68-
name: release-${{ github.sha }}.tar.gz
68+
name: release-${{ github.sha }}.zip
6969
path: dist/*
7070

7171
test:

0 commit comments

Comments
 (0)