We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17aae5 commit 0c936caCopy full SHA for 0c936ca
.github/workflows/push.yml
@@ -55,14 +55,14 @@ jobs:
55
uses: github/codeql-action/analyze@v1
56
57
- name: Upload binary
58
- if: ${{ github.event_name == "push" }}
+ if: github.event_name == "push"
59
uses: actions/upload-artifact@v3
60
with:
61
name: fastfetch
62
path: ./fastfetch
63
64
- name: Upload deb package
65
66
67
68
name: fastfetch.deb
@@ -72,7 +72,7 @@ jobs:
72
name: "Create GitHub release"
73
runs-on: ubuntu-latest
74
needs: check
75
76
steps:
77
- name: "Download binary"
78
uses: actions/download-artifact@v3
0 commit comments