Skip to content

Commit

Permalink
Rename the packadge
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 22, 2024
1 parent 6452015 commit d5e4c37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
#Step 2: Create the .tar.gz archive
- name: Create ZIP
run: |
zip -r ../packadges/packadge.zip .
zip -r ../packadges/opencatalogi.zip .
- name: Create Tarball
run: |
tar -czf ../packadges/packadge.tar.gz .
tar -czf ../packadges/opencatalogi.tar.gz .
# Step 10: Create a new release on GitHub
- name: Upload Release
Expand All @@ -132,8 +132,8 @@ jobs:
# bodyFile: 'opencatalogi/changelog.md'
artifacts: |
LICENSE.md
../packadges/packadge.zip
../packadges/packadge.tar.gz
../packadges/opencatalogi.zip
../packadges/opencatalogi.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.version.outputs.version }}
# Documentation: https://github.com/ncipollo/release-action
Expand Down

0 comments on commit d5e4c37

Please sign in to comment.