Change rc naming from x.y.zrc to x.y.z-rc
All checks were successful
Run Tests on Code / run-tests (push) Successful in 17s

This commit is contained in:
Neshura 2023-12-29 14:51:26 +01:00
parent c5f28890a8
commit 855988e947
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 17 additions and 15 deletions

View file

@ -5,7 +5,7 @@ on:
push: push:
tags: tags:
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
@ -81,9 +81,11 @@ jobs:
if: success() if: success()
runs-on: docker runs-on: docker
steps: steps:
- name: Downloading All Build Artifacts -
name: Downloading All Build Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
- name: Upload Binary -
name: Upload Binary
run: | run: |
echo 'curl -v --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \ echo 'curl -v --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
--upload-file release_blobs/${{ github.event.repository.name }}-linux-amd64 \ --upload-file release_blobs/${{ github.event.repository.name }}-linux-amd64 \