mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Installers: update workflow name
This commit is contained in:
parent
0302d1615b
commit
d0bca94638
4
.github/workflows/installers.yml
vendored
4
.github/workflows/installers.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish binary packages
|
name: Installers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Cache build directory
|
- name: Cache build directory
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/build/
|
path: ~/build/
|
||||||
key: ${{runner.os}}-ct-ng-1.25.0-RC2
|
key: ${{runner.os}}-ct-ng-1.25.0-RC2
|
||||||
|
Loading…
Reference in New Issue
Block a user