Skip to content

Commit 5118ad2

Browse files
author
g
committed
Fix YAML indentation in release workflow
1 parent d3c636d commit 5118ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
cargo build --release --target ${{ matrix.target }}
103103
104-
- name: Build and create release archive (FreeBSD)
104+
- name: Build and create release archive (FreeBSD)
105105
if: matrix.os == 'freebsd'
106106
uses: vmactions/freebsd-vm@v1
107107
with:

0 commit comments

Comments
 (0)