bruh
Some checks failed
Build / release (push) Failing after 1m33s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 13:00:28 +02:00
parent fb7ee5ad76
commit a20a68d279
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8
2 changed files with 11 additions and 4 deletions

View File

@ -1,12 +1,14 @@
name: Build
run-name: Im about to BUILLLLDDDDDDD
on: [push]
on:
push:
branches:
- 'master'
jobs:
release:
runs-on: ubuntu-latest
steps:
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
@ -16,7 +18,8 @@ jobs:
- name: Publish
uses: akkuman/gitea-release-action@v1
with:
md5sum: true
sha256sum: true
body_path: ./CHANGES.md
name: '${{hashFiles(./target/release/rsa_implementation)}}'
files: |-
./src/main.rs
./target/release/rsa_implementation

4
CHANGES.md Normal file
View File

@ -0,0 +1,4 @@
# CHANGES
Some changes this version:
- I got it to fucking work