Skip to content

Commit

Permalink
fix dir deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Mar 22, 2024
1 parent 4ee03de commit 2c49e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ jobs:
copy "D:\a\modflow6\modflow6\petsc\arch-mswin-c-opt\lib\libpetsc.dll" .
:: remove rebuilt and downloaded dirs
rd /s /q rebuilt
rd /s /q downloaded
rd /s /q rebuilt 2>nul
rd /s /q downloaded 2>nul
- name: Upload binaries
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
echo "version=$ver" >> $GITHUB_OUTPUT
make_dist:
name: Make distribution
uses: wpbonelli/modflow6/.github/workflows/release.yml@par-dist
uses: wpbonelli/modflow6/.github/workflows/release.yml@par-dist-debug
needs: set_options
with:
# If the workflow is manually triggered, the maintainer must manually set approve=true to approve a release.
Expand Down

0 comments on commit 2c49e62

Please sign in to comment.