update changelog.md

This commit is contained in:
mungai-njoroge
2024-02-25 23:50:46 +03:00
parent 6ae9985983
commit c116b7a2c6
2 changed files with 8 additions and 10 deletions
+5 -5
View File
@@ -134,11 +134,11 @@ jobs:
steps:
- name: Checkout into repo
uses: actions/checkout@v3
- name: Download linux binary
uses: actions/download-artifact@v3
with:
name: linux
path: dist
# - name: Download linux binary
# uses: actions/download-artifact@v3
# with:
# name: linux
# path: dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v1