Skip to content

Commit

Permalink
Update publish_bcc_deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rootfs authored Nov 22, 2022
1 parent ad31461 commit 6bc264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_bcc_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo ./scripts/build-deb.sh
sudo tar czvf /tmp/bcc_${BCC_TAG}.tar.gz *.deb
- name: upload bcc deb artifact
ses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 6bc264e

Please sign in to comment.