mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
ci: use actions/upload-artifact@v7
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- name: Upload RMG (AppImage)
|
- name: Upload RMG (AppImage)
|
||||||
if: ${{ matrix.features == 'ON' && matrix.architecture == 'x86_64' && matrix.configuration == 'Release' }}
|
if: ${{ matrix.features == 'ON' && matrix.architecture == 'x86_64' && matrix.configuration == 'Release' }}
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: RMG-Portable-Linux64-${{ env.GIT_REVISION }}
|
name: RMG-Portable-Linux64-${{ env.GIT_REVISION }}
|
||||||
path: Bin/*.AppImage
|
path: Bin/*.AppImage
|
||||||
@@ -167,13 +167,13 @@ jobs:
|
|||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
- name: Upload RMG (Portable)
|
- name: Upload RMG (Portable)
|
||||||
if: ${{ matrix.features == 'ON' && matrix.configuration == 'Release' }}
|
if: ${{ matrix.features == 'ON' && matrix.configuration == 'Release' }}
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: RMG-Portable-Windows64-${{ env.GIT_REVISION }}
|
name: RMG-Portable-Windows64-${{ env.GIT_REVISION }}
|
||||||
path: Bin/Release/*
|
path: Bin/Release/*
|
||||||
- name: Upload RMG (Installer)
|
- name: Upload RMG (Installer)
|
||||||
if: ${{ matrix.features == 'ON' && matrix.configuration == 'Release' }}
|
if: ${{ matrix.features == 'ON' && matrix.configuration == 'Release' }}
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: RMG-Setup-Windows64-${{ env.GIT_REVISION }}
|
name: RMG-Setup-Windows64-${{ env.GIT_REVISION }}
|
||||||
path: Bin/*.exe
|
path: Bin/*.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user