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 a2e4d7f commit 7353b1dCopy full SHA for 7353b1d
.github/workflows/build-macos-release.yml
@@ -128,7 +128,9 @@ jobs:
128
delete_if_exists: true
129
130
- name: Remove env-speciesnet.tar.xz
131
- run: rm "${{ github.workspace }}/temp/env-speciesnet.tar.xz"
+ run: |
132
+ rm "${{ github.workspace }}/temp/env-speciesnet.tar.xz"
133
+ rm -rf "${{ github.workspace }}/temp/"
134
135
136
0 commit comments