Skip to content

Commit

Permalink
Release 4.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jun 22, 2021
1 parent d8109ce commit be8d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: 'Prepare FTP Upload'
run: |
mkdir ftp
xcopy /f "ReportGenerator_${{ env.Version }}.zip" "ftp\ReportGenerator_${{ env.Version }}.zip"
copy "ReportGenerator_${{ env.Version }}.zip" "ftp\ReportGenerator_${{ env.Version }}.zip"
- name: 'FTP Upload: ZIP Release'
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit be8d43e

Please sign in to comment.