Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jan 8, 2025
1 parent 18322f0 commit 6f35bf4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create_scoped_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
php-version: "7.4"
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -58,16 +58,16 @@ jobs:
cd ../..
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mollie-api-php-test
path: mollie-api-php-test.zip

# This step only runs on actual release
- name: Upload zip to release
- name: Upload to release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
uses: JasonEtco/upload-to-release@master
with:
files: mollie-api-php-${{ github.event.release.tag_name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
args: build/mollie-api-php.zip application/zip
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f35bf4

Please sign in to comment.