We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab4266 commit bbc6c9aCopy full SHA for bbc6c9a
.github/workflows/release.yml
@@ -75,11 +75,6 @@ jobs:
75
runs-on: ${{ matrix.os }}
76
steps:
77
- 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
83
- uses: actions/download-artifact@master
84
with:
85
name: profiles-artifact
@@ -88,9 +83,6 @@ jobs:
88
89
name: projects-artifact
90
path: happ/workdir
91
- - name: list downloads
92
- run: ls -R
93
- working-directory: happ/workdir
94
86
# depending on the windows command (when we are ready to build for it), may have to check which os currently on
95
87
- name: Install nodejs dependencies
96
run: |
0 commit comments