Skip to content

Commit

Permalink
Making changes to release asset yml, passing php version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 16, 2024
1 parent 4cec0ee commit 825b16a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
push:
release:
types: [published]

Expand All @@ -24,17 +23,9 @@ jobs:
- name: Prepare release artifact
run: .github/workflows/scripts/prepare-release-asset.sh

# Debug step 1: Print the current directory
- name: Print working directory
run: pwd

# Debug step 2: List files in the root directory
- name: List files in the root directory
run: ls -al

# Upload the artifact
# Upload the artifact (from root directory)
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: AdyenPaymentShopware6
path: adyen-shopware6/AdyenPaymentShopware6.zip
path: AdyenPaymentShopware6.zip

0 comments on commit 825b16a

Please sign in to comment.