summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/canary.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml
index b271b32..4bbe3be 100644
--- a/.github/workflows/canary.yaml
+++ b/.github/workflows/canary.yaml
@@ -24,7 +24,7 @@ jobs:
- name: Build
run: make CC=${{ matrix.cc }} USE_HOSTED=1
- name: Copy artifact
- run: cp dist/libtinyff.a ${{ matrix.artifact }}
+ run: cp build/libtinyff.a ${{ matrix.artifact }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with: