Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,28 +112,28 @@ jobs:
if: matrix.platform != 'windows-latest'

- name: Upload wfs-extract
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wfs-extract-${{matrix.release_name}}
path: build/${{matrix.configure_preset}}/wfs-extract/Release
- name: Upload wfs-file-injector
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wfs-file-injector-${{matrix.release_name}}
path: build/${{matrix.configure_preset}}/wfs-file-injector/Release
- name: Upload wfs-fuse
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wfs-fuse-${{matrix.release_name}}
path: build/${{matrix.configure_preset}}/wfs-fuse/Release
if: matrix.platform != 'windows-latest'
- name: Upload wfs-info
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wfs-info-${{matrix.release_name}}
path: build/${{matrix.configure_preset}}/wfs-info/Release
- name: Upload wfs-reencryptor
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wfs-reencryptor-${{matrix.release_name}}
path: build/${{matrix.configure_preset}}/wfs-reencryptor/Release
Expand Down
Loading