Skip to content

Commit f74be99

Browse files
committed
added back artifact upload
1 parent ec3db66 commit f74be99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-py.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ jobs:
9090
run: |
9191
node -e "try{require('fs').unlinkSync('./.env');}catch(e){}"
9292
if: always()
93+
94+
- name: Upload build artifacts
95+
uses: actions/upload-artifact@v4
96+
with:
97+
name: dist
98+
path: dist/
9399

94100
publish:
95101
needs: [ "build"]

0 commit comments

Comments
 (0)