Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Give the artifact a tar.gz file ending
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed Oct 9, 2020
1 parent 622de83 commit 88fe70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Publish the source package as artifact
uses: actions/upload-artifact@v2
with:
name: cookbook-source
name: cookbook-source.tar.gz
path: source.tar.gz

- name: Create the app store package
Expand All @@ -121,6 +121,6 @@ jobs:
- name: Publish the app store package as artifact
uses: actions/upload-artifact@v2
with:
name: cookbook-appstore
name: cookbook-appstore.tar.gz
path: appstore.tar.gz

0 comments on commit 88fe70a

Please sign in to comment.