Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 12:38:23 +02:00
parent 634fdd2541
commit a4168d39b8
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -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