We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94ac09 commit 06cb919Copy full SHA for 06cb919
.github/workflows/package.yaml
@@ -34,11 +34,11 @@ jobs:
34
sudo apt-get purge -y libssl-dev 2>&1 >> /dev/null | true
35
- name: Build loxilb deb package
36
run: |
37
- git clone https://github.com/loxilb-io/tools.git && cd tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd -
+ git clone https://github.com/loxilb-io/tools.git build-tools && cd build-tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd -
38
- name: Upload the package to a release
39
if: github.repository == 'loxilb-io/loxilb'
40
uses: ncipollo/release-action@v1
41
with:
42
tag: v${{ github.event.inputs.tagName }}
43
allowUpdates: true
44
- artifacts: "tools/pkg/*.deb"
+ artifacts: "build-tools/pkg/*.deb"
0 commit comments