Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
fb7ee5ad76
commit
a20a68d279
@ -1,12 +1,14 @@
|
|||||||
name: Build
|
name: Build
|
||||||
run-name: Im about to BUILLLLDDDDDDD
|
run-name: Im about to BUILLLLDDDDDDD
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo '${{secrets.RELEASE_TOKEN}}' | base64
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install rust
|
- name: install rust
|
||||||
@ -16,7 +18,8 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
md5sum: true
|
sha256sum: true
|
||||||
|
body_path: ./CHANGES.md
|
||||||
|
name: '${{hashFiles(./target/release/rsa_implementation)}}'
|
||||||
files: |-
|
files: |-
|
||||||
./src/main.rs
|
|
||||||
./target/release/rsa_implementation
|
./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