From afb06b5577752d8d52f25f5a4282fbcf1ff15cc3 Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Mon, 8 Jul 2024 17:00:28 -0400 Subject: [PATCH] Create release.yml --- .github/workflows/release.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000..157e9599 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,30 @@ +on: + workflow_dispatch +concurrency: + group: ci-${{ github.ref }} + cancel-in-progress: true +jobs: + build: + permissions: + pull-requests: read + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: get Version + id: version + uses: ./.github/actions/version + - name: Download artifact + id: download-artifact + uses: dawidd6/action-download-artifact@v6 + with: + workflow: build.yml + workflow_conclusion: success + branch: master + event: push + if_no_artifact_found: fail + allow_forks: true + - name: output_dir + run: ls -al