Skip to content

Commit 7353b1d

Browse files
Update build-macos-release.yml
1 parent a2e4d7f commit 7353b1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-macos-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128
delete_if_exists: true
129129

130130
- name: Remove env-speciesnet.tar.xz
131-
run: rm "${{ github.workspace }}/temp/env-speciesnet.tar.xz"
131+
run: |
132+
rm "${{ github.workspace }}/temp/env-speciesnet.tar.xz"
133+
rm -rf "${{ github.workspace }}/temp/"
132134
133135
134136

0 commit comments

Comments
 (0)