From: nishi Date: Sun, 9 Jun 2024 13:50:05 +0000 (+0000) Subject: i hope this works X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a4c41e8b39fc51d2f3dfb3097bf43d8db467dd44;p=dataworks.git i hope this works git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@204 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd8717d..bf1ca12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,4 +14,8 @@ jobs: - name: Install packages run: sudo apt-get install zip byacc flex doxygen - name: make - run: make YACC=byacc + run: make YACC=byacc archive + - name: rename + run: mv dataworks.zip dataworks-linux64.zip && mv dataworks.tar.gz dataworks-linux64.tar.gz + - name: release + run: gh release create -t \"Release $(date +\"%a %b %e %H:%M:%S %Z %Y\")\" --generate-notes dataworks-linux64.tar.gz