]> Nishi Git Mirror - dataworks.git/commitdiff
extract
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:51:23 +0000 (06:51 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:51:23 +0000 (06:51 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@267 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index 567b2eaab4b98279ee22a6e38fbf13fbd58e636d..3a0c9ca7f3870c47066e84ee1d1fa43bc8dd1d07 100644 (file)
@@ -134,10 +134,10 @@ jobs:
       uses: actions/checkout@v4
     - name: Download from build-generic
       uses: actions/download-artifact@v4
-    - name: Extract the build-generic.zip
-      run: unzip build-generic.zip
-    - name: Extract the build-macos.zip
-      run: unzip build-macos.zip
+    - name: Extract the build-generic
+      run: unzip build-generic
+    - name: Extract the build-macos
+      run: unzip build-macos
     - name: Release
       run: gh release create -t "Release $(date +"%a %b %e %H:%M:%S %Z %Y")" "$(date +%Y%m%d%H%M%S)" dataworks-linux64.{tar.gz,zip} dataworks-win32.{tar.gz,zip} dataworks-dos4g.{tar.gz,zip} dataworks-dos.{tar.gz,zip} dataworks-win64.{tar.gz,zip} dataworks-server-win32.exe dataworks-server-win64.exe dataworks-server-dos.exe dataworks-server-dos4g.exe dataworks-win32.exe dataworks-win64.exe dataworks-dos.exe dataworks-dos4g.exe dataworks-linux64 dataworks-server-linux64 -n "Version \`$(make get-version)\` was built in this release"
       env: