Skip to content

Commit

Permalink
ci: fixed the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylan Gökkaya committed Apr 1, 2022
1 parent 6337bf8 commit 1a24652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "Build | Build",
"run": "pwsh ./build.ps1 -release\n7z a Dotenv.zip Dotenv"
"run": "pwsh -f ./build.ps1 -release; cd build; 7z a ../Dotenv.zip Dotenv; cd -"
},
{
"name": "Setup | go",
Expand Down

0 comments on commit 1a24652

Please sign in to comment.