Skip to content

Commit

Permalink
Wrong reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
okashansky-mdsol committed Jul 10, 2024
1 parent 08bca57 commit 45676ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
env: {}

steps:
- name: CI
uses: ./.github/workflows/ci.yml
- name: Checkout
uses: actions/checkout@v4

- name: Go
uses: ./.github/workflows/go

- name: Build
run: make clean lint prepare build pack ß
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
env: {}

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 45676ff

Please sign in to comment.