Skip to content

Commit

Permalink
Fix upload hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Mar 1, 2024
1 parent 3d67fb3 commit a25347d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/githubactionsbuilds.yml
Expand Up @@ -606,7 +606,8 @@ jobs:
tree /A
cd
- uses: actions/upload-artifact@v4
- name: Upload CodeQL Database as Artifact
uses: actions/upload-artifact@v4
with:
name: CodeQLAnalysis_${{ matrix.language }}
path: ./artifacts/${{ matrix.language }}.zip
name: CodeQLDatabase-${{ matrix.language }}
path: ${{ runner.temp }}/codeql_databases/${{ matrix.language }}.zip

0 comments on commit a25347d

Please sign in to comment.