Skip to content

Commit

Permalink
CI: disable weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosette committed Apr 30, 2024
1 parent 2c799d9 commit c862d9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 59 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/build_macos.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publishing
name: feature/win - Publishing
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -57,14 +57,21 @@ jobs:
compress-archive -path ./* -destinationpath ../tsukimi-${{matrix.arch}}.zip
7z.exe a ../tsukimi-${{matrix.arch}}.7z ./*
- name: Build Complete Package
run: |
cd artifact/ && cp -r tsukimi-windows-gnu-amd64 tsukimi-windows-gnu-amd64-complete && cd tsukimi-windows-gnu-amd64-complete && mkdir mpv && cd mpv
Invoke-WebRequest -Uri "https://github.com/ZBound/tkm-config/releases/latest/download/mqv.7z" -OutFile mpv.7z
7z.exe x mpv.7z && rm mpv.7z
7z.exe a ../../tsukimi-${{matrix.arch}}-complete.7z ../*
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: tsukimi-${{matrix.arch}}
path: |
artifact/tsukimi-*.zip
artifact/tsukimi-*.7z
compression-level: 5
compression-level: 0
retention-days: 3

publish:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows weekly build
on:
workflow_dispatch:
push:
schedule:
- cron: '14 10 * * 0'
# push:
# schedule:
# - cron: '14 10 * * 0'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c862d9c

Please sign in to comment.