Skip to content

Commit

Permalink
fix: change -package to release_
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed May 5, 2024
1 parent 90591fb commit 3594e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Publish Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.publish-label }}-package
name: release_${{ matrix.publish-label }}
path: _artifacts/
deploy:
if: ${{ github.ref_name == 'develop' || github.ref_name == 'sourcerarr' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: _artifacts
pattern: *-package
pattern: release_*
merge-multiple: true

- name: Get Previous Release
Expand Down

0 comments on commit 3594e0b

Please sign in to comment.