Skip to content

Commit

Permalink
Fix naming and missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jan 18, 2024
1 parent 6a8c5cd commit c65c87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/interop-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: ./gosop-${{ github.sha }}-v2

build-gosop-main-v1:
name: Build gosop from main
name: Build gosop from main v1-api
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -60,7 +60,7 @@ jobs:
path: ./gosop-main-v1

build-gosop-main-v2:
name: Build gosop from main
name: Build gosop from main v2-api
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -69,7 +69,7 @@ jobs:
uses: ./.github/actions/build-gosop
with:
go-crypto-ref: main
binary-location: .gosop-main-v2
binary-location: ./gosop-main-v2
branch-gosop: gosop-gopenpgp-v3
gosop-build-path: build_gosop.sh
# Upload as artifact
Expand Down

0 comments on commit c65c87d

Please sign in to comment.