File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/*
You can’t perform that action at this time.
0 commit comments