Update main.yml

This commit is contained in:
Raymond Hill 2026-03-06 09:30:05 -05:00 committed by GitHub
parent 8f544e53bc
commit d92b6f315f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
permissions:
contents: write # for creating release
name: Build packages
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Clone repository