Skip to content

Commit

Permalink
CI-CD: enable overwrite artifact if upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Mar 23, 2024
1 parent 97c4dd5 commit 98fe400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/artfsave/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ runs:
name: ${{ steps.artifact_name.outputs.id }}
path: ${{ steps.srcpath.outputs.path }}
retention-days: ${{ inputs.retention_days }}
overwrite: true
- if: inputs.noarchive == ''
name: Delete Temporary Artifact tar file
run: rm -f ${{ steps.tarname.outputs.fullname }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
name: 'owsnapshot'
path: ${{ steps.owsnapshot.outputs.fullname }}
retention-days: 14
overwrite: true
- if: vars.OWDELETEARTIFACTS == 1 && github.event_name == 'PullRequest'
name: Call to delete Pull Request Artifacs
uses: "./.github/actions/artfdelc"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
name: 'coverity'
path: ${{ steps.tarname.outputs.fullname }}
retention-days: 3
overwrite: true
- id: last_commit
run: git rev-parse HEAD | Join-String -OutputPrefix 'sha=' | Out-File -FilePath ${{ github.output }} -Encoding utf8 -Append
shell: pwsh
Expand Down

0 comments on commit 98fe400

Please sign in to comment.