Skip to content

Commit

Permalink
Update StaticAnalysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion-Priyakant authored Jun 14, 2024
1 parent 9f995a0 commit c99b394
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Upload Analysis Result
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
release: ${{ steps.create_release.outputs.release_id }}
files: C:\FusionLiteProjects\OrchardCore\Data\Imports\analysis.zip
file: C:\FusionLiteProjects\OrchardCore\Data\Imports\analysis.zip
tags: false
draft: false

0 comments on commit c99b394

Please sign in to comment.