Mercurial > crates > nonstick
comparison .github/workflows/build.yml @ 42:80d496e87f8f
forgot path
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:14:11 +0200 |
parents | 3752ae9a130e |
children |
comparison
equal
deleted
inserted
replaced
41:3752ae9a130e | 42:80d496e87f8f |
---|---|
35 with: | 35 with: |
36 registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} | 36 registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} |
37 check-repo: ${{ github.event_name == 'push' }} | 37 check-repo: ${{ github.event_name == 'push' }} |
38 ignore-unpublished-changes: true | 38 ignore-unpublished-changes: true |
39 # Only publish pam module, as pam-http and pam-sober are example projects | 39 # Only publish pam module, as pam-http and pam-sober are example projects |
40 path: pam | |
40 args: --package pam-bindings | 41 args: --package pam-bindings |