]> Nishi Git Mirror - dataworks.git/commitdiff
i hope this works
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 9 Jun 2024 13:50:05 +0000 (13:50 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 9 Jun 2024 13:50:05 +0000 (13:50 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@204 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index dd8717d1bcd7c7ef6e3b6a0c7de8bf5e8a99c083..bf1ca12ffb30801773557bed2a4b5e5774c7b94e 100644 (file)
@@ -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