diff --git a/.env b/.env index 685d558..80133b3 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ DATABASE_URL=mysql://root:Chenweijia113!@localhost/lottery -version = "1.0.4" \ No newline at end of file +version = "1.0.5" \ No newline at end of file diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d14c02b..7730880 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -61,6 +61,9 @@ jobs: if: always() runs-on: ubuntu-latest steps: + - name: Checkout + uses: https://gitea.com/actions/checkout@v4 + - name: Check if build job succeeded if: needs.build.result == 'success' run: |