Skip to content

Commit

Permalink
- Remove merge, use path in actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Dec 31, 2024
1 parent f9a9783 commit b6a5878
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,8 @@ jobs:
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
overwrite: true

merge:
runs-on: ubuntu-latest
needs: [ build ]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: build-artifact
pattern: build-artifact-*

release:
needs: [ merge ]
needs: [ build ]
runs-on: ubuntu-latest

steps:
Expand All @@ -124,7 +114,6 @@ jobs:
with:
path: build-artifact
pattern: build-artifact-*
merge-multiple: true

- name: Get tag info
id: tag_info
Expand All @@ -140,7 +129,7 @@ jobs:
prerelease: false
body: ${{ github.event.head_commit.message }}
files: |
OpenDirectoryDownloader-*.zip
build-artifact/OpenDirectoryDownloader-*.zip

docker:
Expand Down

0 comments on commit b6a5878

Please sign in to comment.