Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed May 21, 2024
1 parent 253ecce commit e275a16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/actions/docker-build-and-push-openadkit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Upload Artifact - visualizer
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand All @@ -155,7 +155,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Upload Artifact - simulator
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand All @@ -167,7 +167,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Output artifact URLs
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Upload Artifact - prebuilt
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand All @@ -168,7 +168,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Upload Artifact - devel
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand All @@ -180,7 +180,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Upload Artifact - runtime
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand All @@ -192,7 +192,7 @@ runs:
retention-days: 7
compression-level: 6
overwrite: true
if-no-files-found: error
if-no-files-found: warn

- name: Output artifact URLs
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
Expand Down

0 comments on commit e275a16

Please sign in to comment.