container cache ugh

This commit is contained in:
Jesse Bannon 2023-02-23 10:34:46 -08:00
parent bae1e67309
commit a17d86e7db

View file

@ -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' }}