Skip to content

Commit

Permalink
Test for tarbal
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 21, 2024
1 parent e6cadc7 commit 1156c38
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ jobs:
# Explanation: This step outputs the calculated version number to the console for reference.

#Step 2: Create the .tar.gz archive
#- name: Create Tarball
# run: |
# tar -czf packadge.tar.gz .
- name: Create Tarball
run: |
tar -czf packadge.tar.gz .
# - name: Upload Tarball
# uses: actions/upload-artifact@v3
# with:
# name: tar packadge
# path: packadge.tar.gz
- name: Upload Tarball
uses: actions/upload-artifact@v3
with:
name: tar packadge
path: packadge.tar.gz


- name: Create ZIP
Expand Down

0 comments on commit 1156c38

Please sign in to comment.