Skip to content

Commit 90d4cab

Browse files
committed
fix YAML syntax
1 parent 3df921e commit 90d4cab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pdfs.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
run: make slides notes
2525
- name: Create Release
2626
uses: softprops/action-gh-release@v1
27-
if: startsWith(github.ref, 'refs/tags/')
28-
with:
29-
prerelease: false
30-
draft: false
31-
files: |
32-
./master/unix-linux-prog-in-c.pdf
33-
./master/unix-linux-prog-in-c_slides-only.pdf
27+
if: startsWith(github.ref, 'refs/tags/')
28+
with:
29+
prerelease: false
30+
draft: false
31+
files: |
32+
./master/unix-linux-prog-in-c.pdf
33+
./master/unix-linux-prog-in-c_slides-only.pdf

0 commit comments

Comments
 (0)