Skip to content

Commit

Permalink
ci: temporarily always build
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Jan 23, 2025
1 parent df9ae9c commit e70d09c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Build"
on:
pull_request:
push:
branches: [main]
paths: ["wallpapers/**"]
workflow_dispatch:

jobs:
Expand All @@ -17,10 +15,11 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- run: nix build .#macchiato
- run: mkdir -p dist
- run: cp -rL --no-preserve=ownership result/share/wallpapers/* dist/
- run: sudo chmod -R 666 dist/
- run: |
mkdir -p dist
cp -rL --no-preserve=ownership result/share/wallpapers/* dist/
for dir in dist/*; do
zip -r "${dir%/}.zip" "$dir"
done
Expand Down
2 changes: 1 addition & 1 deletion result

0 comments on commit e70d09c

Please sign in to comment.