浏览代码

Updated to v2 release action.

Brucey 8 月之前
父节点
当前提交
17cb0ba59e

+ 1 - 1
.github/workflows/linux-weekly.yml

@@ -34,7 +34,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.linux.x64" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax Linux x64 v${{ env.VERSION_TAG }}"

+ 1 - 1
.github/workflows/macos-arm64-weekly.yml

@@ -32,7 +32,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.macos.arm64" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax macOS arm64 v${{ env.VERSION_TAG }}"

+ 1 - 1
.github/workflows/macos-x64-weekly.yml

@@ -32,7 +32,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.macos.x64" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax macOS x64 v${{ env.VERSION_TAG }}"

+ 1 - 1
.github/workflows/rpi-arm64-weekly.yml

@@ -37,7 +37,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.rpi.arm64" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax RaspberryPi arm64 v${{ env.VERSION_TAG }}"

+ 1 - 1
.github/workflows/rpi-weekly.yml

@@ -37,7 +37,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.rpi.arm" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax RaspberryPi arm v${{ env.VERSION_TAG }}"

+ 2 - 2
.github/workflows/win32-weekly.yml

@@ -20,7 +20,7 @@ jobs:
           run: |
             mkdir -p build
             cp src/scripts/build_release.sh build
-            docker run -v $GITHUB_WORKSPACE/build:/build -w /build blitzmax_win32_cross_compile ./build_release.sh -l win32 -a x86x64 -b 0.136.3.51 -r x64 -p -t
+            docker run -v $GITHUB_WORKSPACE/build:/build -w /build blitzmax_win32_cross_compile ./build_release.sh -l win32 -a x86x64 -b 0.145.3.57.202411031313 -r x64 -p -t
   
         - name: Populate env variables
           run: |
@@ -34,7 +34,7 @@ jobs:
             echo "tag=v${{ env.VERSION_TAG }}.win32.mingw" >> $GITHUB_OUTPUT
 
         - name: Create Release and Upload Asset
-          uses: softprops/action-gh-release@v1
+          uses: softprops/action-gh-release@v2
           with:
             tag_name: ${{ steps.custom_tag.outputs.tag }}
             name: "[weekly] BlitzMax Win32 (mingw) v${{ env.VERSION_TAG }}"