We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c26bc57 + aad56c3 commit 46d88f8Copy full SHA for 46d88f8
.github/workflows/compile.yml
@@ -40,9 +40,9 @@ jobs:
40
41
42
- name: Upload artifact
43
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
44
with:
45
- name: ${{ runner.os == 'Windows' && 'rbxpy-win' || runner.os == 'Ubuntu' && 'rbxpy-ubuntu' || 'rbxpy-macos' }}
+ name: ${{ matrix.os == 'windows-latest' && 'rbxpy-win' || matrix.os == 'ubuntu-latest' && 'rbxpy-linux' || 'rbxpy-macos' }}
46
path: '${{ github.workspace }}/build/'
47
48
#- name: Create Release
0 commit comments