diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml new file mode 100644 index 0000000..1a7cf71 --- /dev/null +++ b/.forgejo/workflows/release.yml @@ -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: \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9736aff..be1d469 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ __pycache__ convert.py blank.png imageGen.py +build +dist +main.spec \ No newline at end of file