We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df921e commit 90d4cabCopy full SHA for 90d4cab
.github/workflows/pdfs.yml
@@ -24,10 +24,10 @@ jobs:
24
run: make slides notes
25
- name: Create Release
26
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
+ if: startsWith(github.ref, 'refs/tags/')
+ with:
+ prerelease: false
+ draft: false
+ files: |
+ ./master/unix-linux-prog-in-c.pdf
+ ./master/unix-linux-prog-in-c_slides-only.pdf
0 commit comments