container cache ugh
This commit is contained in:
parent
bae1e67309
commit
a17d86e7db
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -198,6 +198,11 @@ jobs:
|
|||
- name: Inspect build directory
|
||||
run: |
|
||||
ls -lh /opt/builds
|
||||
find . | grep _linux
|
||||
|
||||
- name: Move linux build into dir with other builds
|
||||
run: |
|
||||
mv ~/opt/builds/* /opt/builds
|
||||
|
||||
- name: Create Release
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue