Skip to content

Commit

Permalink
Removed config file rename from GitHub Action
Browse files Browse the repository at this point in the history
Not useful anymore (and blocking)
  • Loading branch information
wokhan authored May 18, 2020
1 parent bef813a commit 6ffc2e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
dotnet-version: 3.1.200
- name: Build and publish
run: dotnet publish -c Release
- name: Rename config file
run: mv ./bin/netcoreapp3.1/publish/Wokhan.WindowsFirewallNotifier.Common.dll.config ./bin/netcoreapp3.1/publish/WFN.config
- name: Zip published files
run: compress-archive -path ./bin/netcoreapp3.1/publish/* -destinationpath ./bin/netcoreapp3.1/wfn.zip
- name: Deploy nightly
Expand All @@ -42,8 +40,6 @@ jobs:
dotnet-version: 3.1.200
- name: Build and publish
run: dotnet publish -r win-x64 -c Release --self-contained true
- name: Rename config file
run: mv ./bin/netcoreapp3.1/win-x64/publish/Wokhan.WindowsFirewallNotifier.Common.dll.config ./bin/netcoreapp3.1/win-x64/publish/WFN.config
- name: Zip published files
run: compress-archive -path ./bin/netcoreapp3.1/win-x64/publish/* -destinationpath ./bin/netcoreapp3.1/wfn-x64.zip
- name: Deploy nightly
Expand All @@ -67,8 +63,6 @@ jobs:
dotnet-version: 3.1.200
- name: Build and publish
run: dotnet publish -r win-x86 -c Release --self-contained true
- name: Rename config file
run: mv ./bin/netcoreapp3.1/win-x86/publish/Wokhan.WindowsFirewallNotifier.Common.dll.config ./bin/netcoreapp3.1/win-x86/publish/WFN.config
- name: Zip published files
run: compress-archive -path ./bin/netcoreapp3.1/win-x86/publish -destinationpath ./bin/netcoreapp3.1/wfn-x86.zip
- name: Deploy nightly
Expand Down

0 comments on commit 6ffc2e6

Please sign in to comment.