diff --git a/.github/workflows/linux-aarch64.yml b/.github/workflows/linux-aarch64.yml index 2b3798c..024700b 100644 --- a/.github/workflows/linux-aarch64.yml +++ b/.github/workflows/linux-aarch64.yml @@ -30,7 +30,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - tag_name: latest + tag_name: pre files: | ./artifacts/chsrc-aarch64-linux token: ${{ secrets.CHSRC_UPLOAD }} diff --git a/.github/workflows/linux-armv7.yml b/.github/workflows/linux-armv7.yml index b09d8f4..af70e74 100644 --- a/.github/workflows/linux-armv7.yml +++ b/.github/workflows/linux-armv7.yml @@ -30,7 +30,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - tag_name: latest + tag_name: pre files: | ./artifacts/chsrc-armv7-linux token: ${{ secrets.CHSRC_UPLOAD }} diff --git a/.github/workflows/linux-riscv64.yml b/.github/workflows/linux-riscv64.yml index 6631630..5760b1b 100644 --- a/.github/workflows/linux-riscv64.yml +++ b/.github/workflows/linux-riscv64.yml @@ -30,7 +30,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - tag_name: latest + tag_name: pre files: | ./artifacts/chsrc-riscv64-linux token: ${{ secrets.CHSRC_UPLOAD }} diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64.yml index 678cfe0..9b1c10f 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64.yml @@ -24,7 +24,7 @@ jobs: uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/') with: - tag_name: latest + tag_name: pre files: | chsrc-x64-linux token: ${{ secrets.CHSRC_UPLOAD }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index af118bc..96caae0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,7 +24,7 @@ jobs: uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/') with: - tag_name: latest + tag_name: pre files: | chsrc-aarch64-macos token: ${{ secrets.CHSRC_UPLOAD }} @@ -48,7 +48,7 @@ jobs: uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/') with: - tag_name: latest + tag_name: pre files: | chsrc-x64-macos token: ${{ secrets.CHSRC_UPLOAD }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c17fd8f..85618f4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -46,7 +46,7 @@ jobs: uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/') with: - tag_name: latest + tag_name: pre files: | chsrc-x64-windows.exe chsrc-x86-windows.exe