Skip to content

Commit

Permalink
Renamed artifact to describe the OS (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen authored Jun 21, 2024
1 parent e136975 commit f5728fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.os == 'android'
with:
name: twake-release
name: twake-release-${{ matrix.os }}
path: twake-${{ github.ref_name }}*

package_desktop:
Expand Down

0 comments on commit f5728fd

Please sign in to comment.