Skip to content

Commit

Permalink
Fix path to the generated phar.
Browse files Browse the repository at this point in the history
a-ast committed Aug 31, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 666eecf commit d286d9a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -26,16 +26,12 @@ jobs:
wget https://github.com/box-project/box/releases/download/3.13.0/box.phar
php box.phar compile
- name: Getting tag name
id: get-version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}

- name: Self-test
run: ./akeneo-e3.phar --version
run: phar/akeneo-e3.phar --version

- name: Create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./akeneo-e3.phar
files: phar/akeneo-e3.phar
prerelease: true

0 comments on commit d286d9a

Please sign in to comment.