Unpack artifacts
This commit is contained in:
@@ -37,10 +37,13 @@ jobs:
|
|||||||
run: |-
|
run: |-
|
||||||
nix build "nixpkgs#coreutils"
|
nix build "nixpkgs#coreutils"
|
||||||
echo "DATE=$(./result/bin/date +'%Y-%m-%d-%H')" >> "$GITHUB_OUTPUT"
|
echo "DATE=$(./result/bin/date +'%Y-%m-%d-%H')" >> "$GITHUB_OUTPUT"
|
||||||
|
for d in $(nix run "nixpkgs#findutils" -- -maxdepth 1 -type d); do
|
||||||
|
nix run "nixpkgs#unzip" -- -d . "${d}/*.zip"
|
||||||
|
done
|
||||||
ls -lR
|
ls -lR
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: https://gitea.com/actions/gitea-release-action@v1
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.date.outputs.DATE }}
|
tag_name: ${{ steps.date.outputs.DATE }}
|
||||||
files: |-
|
files: |-
|
||||||
**/*.tar.xz
|
*.tar.xz
|
||||||
|
|||||||
Reference in New Issue
Block a user