Skip to content

Commit

Permalink
Fix file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekhyt committed Sep 25, 2023
1 parent 3ff2d26 commit d8df2da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release-files
path: ./shopgate-cart-integration-sdk-php-${{ matrix.php-versions }}.zip
path: ./shopgate-connect-integration-sdk-php-${{ matrix.php-versions }}.zip

release:
name: Release
Expand All @@ -123,9 +123,9 @@ jobs:
prerelease: true
fail_on_unmatched_files: true
files: |
./shopgate-cart-integration-sdk-php-5.6.zip
./shopgate-cart-integration-sdk-php-7.4.zip
./shopgate-cart-integration-sdk-php-8.2.zip
./shopgate-connect-integration-sdk-php-5.6.zip
./shopgate-connect-integration-sdk-php-7.4.zip
./shopgate-connect-integration-sdk-php-8.2.zip
notify-release-success:
name: Notify developers of new release
Expand Down

0 comments on commit d8df2da

Please sign in to comment.