-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
091f35d
commit a2d26f3
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,17 +207,17 @@ jobs: | |
mkdir ftp | ||
copy "ReportGenerator_${{ env.Version }}.zip" "ftp\ReportGenerator_${{ env.Version }}.zip" | ||
- name: 'FTP Upload: ZIP Release' | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.FTP_HOST }} | ||
username: ${{ secrets.FTP_USER }} | ||
password: ${{ secrets.FTP_PASSWORD }} | ||
local-dir: ftp/ | ||
server-dir: ${{ secrets.FTP_DIRECTORY }} | ||
protocol: ftps | ||
dangerous-clean-slate: true | ||
continue-on-error: true | ||
# - name: 'FTP Upload: ZIP Release' | ||
# uses: SamKirkland/[email protected] | ||
# with: | ||
# server: ${{ secrets.FTP_HOST }} | ||
# username: ${{ secrets.FTP_USER }} | ||
# password: ${{ secrets.FTP_PASSWORD }} | ||
# local-dir: ftp/ | ||
# server-dir: ${{ secrets.FTP_DIRECTORY }} | ||
# protocol: ftps | ||
# dangerous-clean-slate: true | ||
# continue-on-error: true | ||
|
||
- name: 'NuGet push dotnet-reportgenerator-globaltool' | ||
run: nuget push dotnet-reportgenerator-globaltool.${{ env.Version }}.nupkg -ApiKey ${{ secrets.NUGETAPIKEY }} -Source https://www.nuget.org/api/v2/package | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.