Skip to content

Commit 81240e6

Browse files
committed
Resolve Existing Framework in Workflow
1 parent 78c13d1 commit 81240e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
- name: Remove Requirements File
6868
run: |
6969
rm -f requirements.txt
70+
71+
- name: Remove Original Framework
72+
run: |
73+
rm -rf py313-mac
7074
7175
- name: Download Artifacts
7276
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)