Skip to content

Commit

Permalink
cp -Force instead of -f in PS
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 4, 2024
1 parent dd7c4e0 commit cb4b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
npx pkg . -t win --compress GZip
cd ./dist
cp -f heta-compiler-win.exe heta-compiler.exe
cp -Force heta-compiler-win.exe heta-compiler.exe
tar -czvf ./heta-compiler-windows.tar.gz ./heta-compiler.exe
cd ..
Expand Down

0 comments on commit cb4b5ae

Please sign in to comment.