Skip to content

Commit ecbb67e

Browse files
authored
where are all my files the heck you mean
1 parent 8dae5f5 commit ecbb67e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ultramarine-weekly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
/var/lib/flatpak
3636
- run: polycrystal
3737
- name: Compress to tarball
38-
run: cd /var/lib && tar -I 'zstd --ultra -22 --long -T0' -cvf /flatpak.tar.zst flatpak/
38+
run: cd /var/lib && tar -I 'zstd --ultra -1 --long -T0' -cvf /flatpak.tar.zst flatpak/
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: flatpak-um${{ matrix.releasever }}-${{ matrix.edition }}-${{ matrix.arch }}
@@ -53,11 +53,11 @@ jobs:
5353
path: ~/artifacts/
5454
- name: Calculate datetime
5555
id: datetime
56-
run: echo "datetime=$(TZ=utc date +'%Y.%M.%d.%Hh%Mm')" >> "$GITHUB_OUTPUT"
56+
run: echo "datetime=$(TZ=utc date +'%Y.%M.%d.%Hh%Mm')" >> "$GITHUB_OUTPUT"; ls -alh ~/artifacts/**
5757
- name: Create release
5858
uses: softprops/action-gh-release@v2
5959
with:
6060
draft: false
6161
prerelease: false
6262
tag_name: ${{ steps.datetime.outputs.datetime }}
63-
files: ~/artifacts/**
63+
files: ~/artifacts/*

0 commit comments

Comments
 (0)