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

.github/workflows/build.yml

index 3a0c9ca7f3870c47066e84ee1d1fa43bc8dd1d07..62751d2e38381ecd601b97715e9d9509f9e76886 100644 (file)
@@ -135,9 +135,9 @@ jobs:
     - name: Download from build-generic
       uses: actions/download-artifact@v4
     - name: Extract the build-generic
-      run: unzip build-generic
+      run: unzip dataworks/build-generic
     - name: Extract the build-macos
-      run: unzip build-macos
+      run: unzip dataworks/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: