From d8ef0f37a325dbc6be58073242cc6b001b48fcbb Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sun, 5 Feb 2023 13:49:10 +0800 Subject: [PATCH] test git actions --- .github/workflows/pake_build_with_cache.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index b9ce8ab..cc9ac7b 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -1,9 +1,6 @@ name: Build App with Cache on: - push: - # Sequence of patterns matched against refs/tags - branches: - - release + workflow_dispatch: {} jobs: build: @@ -142,6 +139,7 @@ jobs: source "$HOME/.cargo/env" export RUST_BACKTRACE=1 npm run build:all-unix + chmod -R 777 /build - name: Upload files env: