Skip to content

Commit

Permalink
Tar test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 21, 2024
1 parent 63211fe commit 5a55890
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
uses: thedoctor0/zip-release@main
with:
command: "mkdir -p opencatalogi && mv * opencatalogi/"
type: 'zip'
filename: packadge.zip
exclusions: '*.git* *.vscode* *.coverage-frontend* *.docker* *.tests* *.docs* *.specs.ts* *.mocks.ts* *.tests* *.babelrc *.nvmrc *.php-cs-fixer.dist.php *.phpunit.result.cache *.prettierrc *changelog-ci-config.json *composer-setup.php *coverage.txt *docker-compose.yml *.editorconfig *.jest.config.js *.eslintrc.js *phpmd.xml *phpunit.xml *psalm.xml *.eslintrc.js *stylelint.config.js *webpack.config.js'
type: 'tar'
filename: packadge.tar.gz
# exclusions: '*.git* *.vscode* *.coverage-frontend* *.docker* *.tests* *.docs* *.specs.ts* *.mocks.ts* *.tests* *.babelrc *.nvmrc *.php-cs-fixer.dist.php *.phpunit.result.cache *.prettierrc *changelog-ci-config.json *composer-setup.php *coverage.txt *docker-compose.yml *.editorconfig *.jest.config.js *.eslintrc.js *phpmd.xml *phpunit.xml *psalm.xml *.eslintrc.js *stylelint.config.js *webpack.config.js'
# Documentation: https://github.com/marketplace/actions/zip-release
# Explanation: This step creates a zip archive of the repository, excluding certain files and directories as specified.

Expand All @@ -104,7 +104,7 @@ jobs:
title: "Release ${{ steps.version.outputs.version }}"
files: |
opencatalogi/LICENSE.md
opencatalogi/packadge.zip
packadge.zip
opencatalogi/packadge.tar.gz
packadge.tar.gz
# Documentation: https://github.com/marvinpinto/action-automatic-releases
# Explanation: This step creates a new release on GitHub, uploading the generated release files, and tagging the release with the calculated version.

0 comments on commit 5a55890

Please sign in to comment.