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 034f872 commit bf20f57
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,21 +186,10 @@ jobs:
with:
name: packages

- name: GitHubRelease
uses: softprops/action-gh-release@v1
with:
name: ReportGenerator_${{ env.Version }}
body: This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.
tag_name: v${{ env.Version }}
files: ReportGenerator_${{ env.Version }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

- name: 'Prepare FTP Upload'
run: |
mkdir ftp
xcopy "ReportGenerator_${{ env.Version }}.zip" "ftp/"
xcopy "ReportGenerator_${{ env.Version }}.zip" "ftp/ReportGenerator_${{ env.Version }}.zip"
- name: 'FTP Upload: ZIP Release'
uses: SamKirkland/FTP-Deploy-Action@4.0.0
Expand Down

0 comments on commit bf20f57

Please sign in to comment.