Skip to content

Commit

Permalink
chore: Add the 'if-no-files-found: error' to all uploads in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
assambar committed Jan 18, 2023
1 parent 576b47d commit 7758906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
with:
name: php-${{ matrix.version }}${{ matrix.suffix }}.wasm
path: php/build-output/php/php-${{ matrix.version }}/bin/php-${{ matrix.version }}${{ matrix.suffix }}.wasm
if-no-files-found: error
- name: Upload php-cgi-${{ matrix.version }}${{ matrix.suffix }}.wasm artifact
uses: actions/upload-artifact@v3
with:
name: php-cgi-${{ matrix.version }}${{ matrix.suffix }}.wasm
path: php/build-output/php/php-${{ matrix.version }}/bin/php-cgi-${{ matrix.version }}${{ matrix.suffix }}.wasm
if-no-files-found: error
1 change: 1 addition & 0 deletions .github/workflows/build-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
with:
name: ruby-${{ matrix.version }}.wasm
path: ruby/build-output/ruby/v${{ matrix.target_version }}/bin/ruby-${{ matrix.version }}.wasm
if-no-files-found: error

0 comments on commit 7758906

Please sign in to comment.