Skip to content

Commit bbc6c9a

Browse files
Update release.yml
1 parent 9ab4266 commit bbc6c9a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ jobs:
7575
runs-on: ${{ matrix.os }}
7676
steps:
7777
- uses: actions/checkout@v3
78-
# rm the dna files from repository
79-
- name: clearing precompiled files
80-
run: |
81-
rm happ/workdir/*.dna
82-
rm happ/workdir/*.happ
8378
- uses: actions/download-artifact@master
8479
with:
8580
name: profiles-artifact
@@ -88,9 +83,6 @@ jobs:
8883
with:
8984
name: projects-artifact
9085
path: happ/workdir
91-
- name: list downloads
92-
run: ls -R
93-
working-directory: happ/workdir
9486
# depending on the windows command (when we are ready to build for it), may have to check which os currently on
9587
- name: Install nodejs dependencies
9688
run: |

0 commit comments

Comments
 (0)