From 4799f0e5b8e9c2eb843b333abfcab3b1d05ec8d8 Mon Sep 17 00:00:00 2001 From: kasramp Date: Sun, 30 Apr 2023 11:41:52 +0200 Subject: [PATCH] #25 finalize release generation --- ...uild_and_tag.yml => build_and_release.yml} | 0 .github/workflows/release.yml | 30 ------------------- 2 files changed, 30 deletions(-) rename .github/workflows/{build_and_tag.yml => build_and_release.yml} (100%) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/build_and_tag.yml b/.github/workflows/build_and_release.yml similarity index 100% rename from .github/workflows/build_and_tag.yml rename to .github/workflows/build_and_release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index f5876e7..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Do release -on: - workflow_run: - workflows: ["Build and Tag"] - branches: [blah] - types: - - completed -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - ref: master - fetch-depth: 0 - - name: Make release directory - run: mkdir release_files - - name: Download artifact - uses: dawidd6/action-download-artifact@v2 - with: - workflow: build_and_tag.yml - workflow_conclusion: success - branch: master - path: release_files/ - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: | - release_files/master-jar/*.jar