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 8083385 commit fce3a0c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
Copy-Item -Path "${{ github.workspace }}\Local\*" -Destination . -Recurse -Force
# Runs a set of commands using the runners shell
- name: Upload Analysis Result
- name: Zip Analysis Result
run: |
Compress-Archive -Path C:\FusionLiteProjects\OrchardCore\Data\Imports\* -DestinationPath C:\FusionLiteProjects\OrchardCore\Data\Imports\analysis.zip
gh release upload ${{github.event.release.tag_name}}
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: powershell
- name: Upload Analysis Result
uses: xresloader/upload-to-github-release@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
release: ${{ steps.create_release.outputs.release_id }}
files: C:\FusionLiteProjects\OrchardCore\Data\Imports\analysis.zip

0 comments on commit fce3a0c

Please sign in to comment.