Skip to content

Commit 06cb919

Browse files
authored
Update package.yaml
1 parent a94ac09 commit 06cb919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
sudo apt-get purge -y libssl-dev 2>&1 >> /dev/null | true
3535
- name: Build loxilb deb package
3636
run: |
37-
git clone https://github.com/loxilb-io/tools.git && cd tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd -
37+
git clone https://github.com/loxilb-io/tools.git build-tools && cd build-tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd -
3838
- name: Upload the package to a release
3939
if: github.repository == 'loxilb-io/loxilb'
4040
uses: ncipollo/release-action@v1
4141
with:
4242
tag: v${{ github.event.inputs.tagName }}
4343
allowUpdates: true
44-
artifacts: "tools/pkg/*.deb"
44+
artifacts: "build-tools/pkg/*.deb"

0 commit comments

Comments
 (0)