From 65a5822be8cc476bf8b5580b3ecd7109f95f2c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 16 Oct 2022 11:49:03 +0800 Subject: [PATCH] fix workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2647e68..4e99f54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: | gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \ -fno-omit-frame-pointer -pg -mnop-mcount -D__cosmopolitan \ - -o base16384.com.dbg base16384.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \ + -o base16384.com.dbg base16384.c file.c base1432.c -fuse-ld=bfd -Wl,-T,ape.lds \ -include cosmopolitan.h crt.o ape.o cosmopolitan.a objcopy -S -O binary base16384.com.dbg base16384.com @@ -38,4 +38,4 @@ jobs: file: base16384.com tag: ${{ github.ref }} overwrite: true - file_glob: true \ No newline at end of file + file_glob: true