Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHu authored Dec 14, 2023
1 parent 47f2b6b commit 5c85c05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ jobs:
build/compose/jars/
build/compose/binaries/main/app/
- name: Set matrix.os output
id: set_matrix_os
run: echo "::set-output name=matrix_os::${{ matrix.os }}"

release:
name: Release new version.
Expand Down Expand Up @@ -160,7 +156,7 @@ jobs:
body: ${{ steps.github_release.outputs.changelog }}
prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}
files: |
${{ github.workspace }}/release-artifacts/MoreImages-${{ needs.build.outputs.matrix_os }}.zip
${{ github.workspace }}/release-artifacts/MoreImages-*.zip
fail_on_unmatched_files: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c85c05

Please sign in to comment.