Skip to content

Commit c110c9b

Browse files
committed
fix
Signed-off-by: Derek Anderson <dmikey@users.noreply.github.com>
1 parent 18d19b5 commit c110c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
c2w ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag_name }} -o sd.wasm
3535
- name: upload artifact
36-
- uses: actions/upload-release-asset@v1
36+
uses: actions/upload-release-asset@v1
3737
env:
3838
GITHUB_TOKEN: ${{ github.token }}
3939
with:

0 commit comments

Comments
 (0)