mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
Upload artifacts and delete build.sh
This commit is contained in:
@@ -41,6 +41,7 @@ jobs:
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: |
|
||||
rm build.sh
|
||||
../action/runner/dist/codeql-runner-macos autobuild
|
||||
|
||||
- name: Run analyze
|
||||
@@ -48,3 +49,11 @@ jobs:
|
||||
../action/runner/dist/codeql-runner-macos analyze --repository $GITHUB_REPOSITORY --commit $GITHUB_SHA --ref $GITHUB_REF --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }}
|
||||
env:
|
||||
TEST_MODE: true
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: my-artifact
|
||||
path: |
|
||||
bin
|
||||
obj
|
||||
|
||||
Reference in New Issue
Block a user