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 891a166 commit 58038c4Copy full SHA for 58038c4
.github/workflows/ci.ca-cert.yml
@@ -3,12 +3,15 @@ on:
3
branches:
4
- main
5
paths:
6
+ - Cargo.lock
7
- crates/lib/src/client.rs
8
- crates/lib/src/dist_pkgx_dev.pem
9
pull_request:
10
11
12
13
14
+ workflow_dispatch:
15
16
jobs:
17
build:
@@ -22,7 +25,7 @@ jobs:
22
25
- uses: actions/upload-artifact@v4
23
26
with:
24
27
path: ./target/release/pkgx
- name: i-hate-the-github-actions-team
28
+ name: pkgx
29
30
test:
31
needs: build
@@ -31,9 +34,8 @@ jobs:
34
steps:
32
35
- uses: actions/download-artifact@v4
33
36
37
38
39
- run: chmod +x ./pkgx
- id: the-gtihub-actions-team-consists-of-extremely-shit-devs
40
41
- run: ./pkgx +git
0 commit comments