Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 510b0b9

Browse files
committed
Fix release file name
1 parent 836a680 commit 510b0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Prepare artifact
7070
if: github.event_name == 'push'
7171
run: |
72-
tar -C ./webapp --xz --create --file dist.tar.gz --exclude '*.toml' ./dist
72+
tar -C ./webapp --xz --create --file dist.tar.xz --exclude '*.toml' ./dist
7373
7474
- name: Create release
7575
id: create_release
@@ -80,4 +80,4 @@ jobs:
8080
automatic_release_tag: "latest"
8181
title: "Development build"
8282
files: |
83-
dist.tar.gz
83+
dist.tar.xz

0 commit comments

Comments
 (0)