Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
01010100b committed Sep 7, 2021
1 parent 020c212 commit e0e9dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
dotnet pack AoE2Lib\AoE2Lib.csproj -p:PackageVersion=${{ steps.tag_version.outputs.new_version }}
dotnet publish AoE2Lib\AoE2Lib.csproj --output AoE2Lib.${{ steps.tag_version.outputs.new_version }}
dotnet publish Unary\Unary.csproj --output Unary.${{ steps.tag_version.outputs.new_version }}
Remove-Item 'Unary.${{ steps.tag_version.outputs.new_version }}\runtimes\linux' -Recurse
Remove-Item 'Unary.${{ steps.tag_version.outputs.new_version }}\runtimes\osx' -Recurse
#Remove-Item 'Unary.${{ steps.tag_version.outputs.new_version }}\runtimes\linux' -Recurse
#Remove-Item 'Unary.${{ steps.tag_version.outputs.new_version }}\runtimes\osx' -Recurse
- uses: papeloto/action-zip@v1
with:
Expand Down

0 comments on commit e0e9dbc

Please sign in to comment.