Skip to content

Commit

Permalink
Fix workflow typo (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklambrechts authored May 24, 2023
1 parent 711b844 commit 300ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Composer install
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
- name: Create tar
run: tar -czf inge3_${{ env.RELEASE_VERSION }}.tar.gz ./zamex.php ./src ./templates ./vendor
run: tar -czf zamex_${{ env.RELEASE_VERSION }}.tar.gz ./zamex.php ./src ./templates ./vendor
- name: Upload release tar
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 300ed61

Please sign in to comment.