Skip to content

Commit

Permalink
fixed duplicate release files
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jan 14, 2023
1 parent 2fbc597 commit d55da4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
./build/release/main/deb/*.deb
./build/release/main/rpm/*.rpm
./build/release/main/dmg/*.dmg
./build/release/main/exe/*.exe
./build/release/main/msi/*.msi
build/release/main/exe/*.exe
build/release/main/msi/*.msi
Expand Down Expand Up @@ -125,4 +123,4 @@ jobs:
with:
files: |
${{ steps.split.outputs._0 }}
${{ steps.split.outputs._1 }}
${{ steps.split.outputs._1 }}

0 comments on commit d55da4b

Please sign in to comment.