From fe14f1971438e337d4f82fb0cfb046d649936cc5 Mon Sep 17 00:00:00 2001 From: Venrey Date: Tue, 16 Jul 2024 02:42:06 +0000 Subject: [PATCH] Test Action --- .forgejo/workflows/release.yml | 17 +++++++++++++++++ .gitignore | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .forgejo/workflows/release.yml 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