Skip to content

Commit 46d88f8

Browse files
Merge pull request #34 from Hedwig7s/main
Fix the workflow
2 parents c26bc57 + aad56c3 commit 46d88f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
4141
4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
45-
name: ${{ runner.os == 'Windows' && 'rbxpy-win' || runner.os == 'Ubuntu' && 'rbxpy-ubuntu' || 'rbxpy-macos' }}
45+
name: ${{ matrix.os == 'windows-latest' && 'rbxpy-win' || matrix.os == 'ubuntu-latest' && 'rbxpy-linux' || 'rbxpy-macos' }}
4646
path: '${{ github.workspace }}/build/'
4747

4848
#- name: Create Release

0 commit comments

Comments
 (0)