test git actions
This commit is contained in:
6
.github/workflows/pake_build_with_cache.yaml
vendored
6
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -1,9 +1,6 @@
|
|||||||
name: Build App with Cache
|
name: Build App with Cache
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: {}
|
||||||
# Sequence of patterns matched against refs/tags
|
|
||||||
branches:
|
|
||||||
- release
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -142,6 +139,7 @@ jobs:
|
|||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
npm run build:all-unix
|
npm run build:all-unix
|
||||||
|
chmod -R 777 /build
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user