diff --git a/.github/workflows/main-artifact-refresh.yml b/.github/workflows/main-artifact-refresh.yml deleted file mode 100644 index 10c4f3d..0000000 --- a/.github/workflows/main-artifact-refresh.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: build-main -description: "automatically build unclog releases" - -on: - push: - tags: - - "v*.*.*" - -jobs: - refresh-unclog-binary: - runs-on: ubuntu-latest - steps: - - name: Checkout source code - uses: actions/checkout@v4 - - - name: build-unclog - uses: ./.github/actions/build-unclog - with: - artifact-name: unclog # This is the 'release' artifact name diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b40c0ec..2821b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: build-main +name: release description: "automatically build unclog releases" on: @@ -7,7 +7,7 @@ on: - "v*.*.*" jobs: - refresh-unclog-binary: + release-unclog: runs-on: ubuntu-latest steps: - name: Checkout source code diff --git a/log/kasey_repair-releasing.md b/log/kasey_repair-releasing.md new file mode 100644 index 0000000..0e96b80 --- /dev/null +++ b/log/kasey_repair-releasing.md @@ -0,0 +1,3 @@ +### Fixed + +- remove old workflow with conflicting name.