summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Meijer <ralphm@ik.nu>2024-04-05 17:44:05 +0200
committerRalph Meijer <ralphm@ik.nu>2024-04-05 17:44:05 +0200
commit072fc16b297af9a2be0716c8accb1aeaeb847709 (patch)
tree5029651a42902d28734c4287fc3e1a672df93fd0
parent96c798b6ef4eb5074f7b06fe5192145b3dff5569 (diff)
Fix indentation, set default retention to 7 dayssnap-build
-rw-r--r--.github/workflows/snap.yml24
1 files 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 }}