diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 894e218..7e2a73b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,12 +9,13 @@ jobs: - run: echo '${{secrets.RELEASE_TOKEN}}' | base64 - name: Checkout repo uses: actions/checkout@v4 - #- name: install rust - # run: apt update && apt install cargo -y - #- name: Build - # run: cargo build --release + - name: install rust + run: apt update && apt install cargo -y + - name: Build + run: cargo build --release - name: Publish uses: akkuman/gitea-release-action@v1 with: + md5sum: true files: |- ./src/main.rs