Skip to content

Commit e56aca6

Browse files
dongwlinCopilot
andauthored
ci: Update .github/workflows/test.yml
Co-authored-by: Copilot <[email protected]>
1 parent a92a438 commit e56aca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
repository: MaaXYZ/MaaFramework
113113
latest: true
114-
preRelease: ${{ github.ref_name != 'main' }}
114+
preRelease: ${{ github.ref_type == 'branch' && github.ref_name != 'main' }}
115115
fileName: "MAA-linux-${{ matrix.arch }}*"
116116
out-file-path: "deps"
117117
extract: true

0 commit comments

Comments
 (0)