mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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:
|
||||
push:
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cache build directory
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/build/
|
||||
key: ${{runner.os}}-ct-ng-1.25.0-RC2
|
||||
|
Loading…
Reference in New Issue
Block a user