summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-28 18:30:46 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-28 18:30:46 +1000
commit5a40e69e00485c6c8e8cc27208f01db29ca6dd49 (patch)
tree5937adf73c7e6be0191e5ef1d0bffce7738f69c1 /.github
parent520368d0f0a13f618b1161099bae3643796f8271 (diff)
ci(canary): Change artifact source copy build path to build/
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: