Skip to content

Commit

Permalink
- Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Oct 31, 2024
1 parent 05c317c commit 1f3335f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.self-contained == 'normal' }}
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
name: build-artifact-${{ matrix.target }}
path: |
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
src/Dockerfile
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: all-artifacts
name: build-artifact-${{ matrix.target }}
path: |
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
Expand All @@ -111,7 +111,9 @@ jobs:
- name: Download Artifacts
uses: actions/[email protected]
with:
name: all-artifacts
path: build-artifact
pattern: build-artifact-*
merge-multiple: true

- name: Get tag info
id: tag_info
Expand Down

0 comments on commit 1f3335f

Please sign in to comment.