summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2021-07-07 12:07:52 +0100
committerGitHub <noreply@github.com>2021-07-07 12:07:52 +0100
commitdd52f334c36fed9ae8da96348338a680dea892f6 (patch)
tree98b8601fbc20ccbe989583b5984e73373f8e748d /.github
parent5e9aff92047498a7b1e0834e35fa41a9205d93ae (diff)
Fix typo in build wprkflow (#332)
Co-authored-by: Wenzek <diw@softwareag.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index e6040dff..5c5a6d1d 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -154,7 +154,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: deb
- args: -p build tedge_apt_plugin --no-strip --no-build --target=${{ env.TARGET }}
+ args: -p tedge_apt_plugin --no-strip --no-build --target=${{ env.TARGET }}
- name: build examples
uses: actions-rs/cargo@v1