Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Dec 11, 2024
1 parent c2e9497 commit 0333b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build rsk-powhsm binaries
- name: Build tcpsigner
run: |
sudo apt-get update
mkdir -p tcpsigner-build
Expand All @@ -41,6 +41,8 @@ jobs:
ls
pwd
mv tcpsigner-build/rsk-powhsm/utils/tcpsigner-bundle/dist/* container-action/tcpsigner-dist/
cd container-action/tcpsigner-dist/
ls
- name: Docker meta
id: meta
Expand Down

0 comments on commit 0333b29

Please sign in to comment.