Skip to content

Commit

Permalink
Fix removal of temp dir in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bochlin committed Jan 26, 2020
1 parent 6406659 commit caa6a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir --parents server/vhdl_ls/$ver
unzip temp/vhdl_ls-x86_64-unknown-linux-gnu.zip -d server/vhdl_ls/$ver
unzip temp/vhdl_ls-x86_64-pc-windows-msvc.zip -d server/vhdl_ls/$ver
rmdir -r temp
rm -r temp
- uses: actions/setup-node@v1
with:
node-version: '10'
Expand Down

0 comments on commit caa6a4f

Please sign in to comment.