Skip to content

Commit

Permalink
Tweak release file contents
Browse files Browse the repository at this point in the history
- Enable gzip compression (tar.gz)
- Avoid extra directory 'build' being included in .tar file
  • Loading branch information
bjornreppen committed Sep 8, 2023
1 parent f26d941 commit e9e0bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cp build/fylke.json destinationRepo/
cp build/fylke.schema.json destinationRepo/
cp build/kommune.json destinationRepo/
cp build/kommune.schema.json destinationRepo/
tar cf artifacts.tar build
tar czf artifacts.tar -C build .

0 comments on commit e9e0bc3

Please sign in to comment.