Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
fb7ee5ad76
commit
a20a68d279
@ -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
4
CHANGES.md
Normal file
@ -0,0 +1,4 @@
|
||||
# CHANGES
|
||||
|
||||
Some changes this version:
|
||||
- I got it to fucking work
|
Loading…
x
Reference in New Issue
Block a user