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

.github/workflows/build.yml

index 62751d2e38381ecd601b97715e9d9509f9e76886..da2ed8eee8ed265d38fba12daa44d2b0f0126fa3 100644 (file)
@@ -134,10 +134,16 @@ jobs:
       uses: actions/checkout@v4
     - name: Download from build-generic
       uses: actions/download-artifact@v4
+      with:
+        name: build-generic
+    - name: Download from build-macos
+      uses: actions/download-artifact@v4
+      with:
+        name: build-macos
     - name: Extract the build-generic
-      run: unzip dataworks/build-generic
+      run: unzip $GITHUB_WORKSPACE/build-generic
     - name: Extract the build-macos
-      run: unzip dataworks/build-macos
+      run: unzip $GITHUB_WORKSPACE/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: