From 072fc16b297af9a2be0716c8accb1aeaeb847709 Mon Sep 17 00:00:00 2001 From: Ralph Meijer Date: Fri, 5 Apr 2024 17:44:05 +0200 Subject: Fix indentation, set default retention to 7 days --- .github/workflows/snap.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index be5e8a6f27..12cc5405e7 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -14,15 +14,15 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - - uses: snapcore/action-build@v1 - id: snapcraft - with: - snapcraft-args: --verbosity debug - - uses: actions/upload-artifact@v4 - with: - name: snap - path: ${{ steps.snapcraft.outputs.snap }} - retention-days: ${{ github.event.inputs.retention || 1 }} + - uses: actions/checkout@v4 + with: + submodules: recursive + - uses: snapcore/action-build@v1 + id: snapcraft + with: + snapcraft-args: --verbosity debug + - uses: actions/upload-artifact@v4 + with: + name: snap + path: ${{ steps.snapcraft.outputs.snap }} + retention-days: ${{ github.event.inputs.retention || 7 }} -- cgit v1.2.3