Test Action
This commit is contained in:
parent
2ed13282f9
commit
fe14f19714
2 changed files with 20 additions and 0 deletions
17
.forgejo/workflows/release.yml
Normal file
17
.forgejo/workflows/release.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
upload-release:
|
||||||
|
runs-on: tincan
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/forgejo-release@v1
|
||||||
|
- run: mkdir -p dist/release
|
||||||
|
- run: touch dist/release/gay.txt
|
||||||
|
with:
|
||||||
|
direction: upload
|
||||||
|
url: https://git.venreys-lair.xyz/Venrey/Eddie-Roden-Slide-Tool
|
||||||
|
release-dir: dist/release
|
||||||
|
release-notes: "MY RELEASE NOTES"
|
||||||
|
push:
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,3 +7,6 @@ __pycache__
|
||||||
convert.py
|
convert.py
|
||||||
blank.png
|
blank.png
|
||||||
imageGen.py
|
imageGen.py
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
main.spec
|
||||||
Loading…
Add table
Add a link
Reference in a new issue