Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Nov 6, 2024
1 parent e3aefd1 commit 3fbc8e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release packages
run-name: Release packaging for ${{ env.version }}
run-name: Release packaging for ${{ inputs.version || github.ref }}

env:
version: ${{ inputs.version || github.ref }}
Expand All @@ -21,8 +21,9 @@ permissions:

jobs:
package:
matrix:
os: [ubuntu-latest, ubuntu22-arm-4core]
strategy:
matrix:
os: [ubuntu-latest, ubuntu22-arm-4core]
runs-on:
labels: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3fbc8e7

Please sign in to comment.