Skip to content

Commit

Permalink
tar packadge to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 21, 2024
1 parent c65cef5 commit aadcee7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@ jobs:
#Step 2: Create the .tar.gz archive
- name: Create Tarball
run: |
tar -czvf opencatalogi.tar.gz .
tar -czvf packadge.tar.gz .
- name: Upload Tarball
uses: actions/upload-artifact@v3
with:
name: packadge
path: packadge.tar.gz

# Step 9: Archive the release files
- name: Archive Release
Expand All @@ -112,6 +118,6 @@ jobs:
opencatalogi/LICENSE.md
opencatalogi/packadge.zip
packadge.zip
opencatalogi.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 aadcee7

Please sign in to comment.