mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
AppImage: Follow repository convention for script naming
This commit is contained in:
parent
1da6db7260
commit
25661d9299
2
.github/workflows/rolling-release.yml
vendored
2
.github/workflows/rolling-release.yml
vendored
|
@ -110,7 +110,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SDL_FRONTEND=ON -DBUILD_QT_FRONTEND=ON -DUSE_SDL2=ON -G Ninja ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SDL_FRONTEND=ON -DBUILD_QT_FRONTEND=ON -DUSE_SDL2=ON -G Ninja ..
|
||||||
ninja
|
ninja
|
||||||
../appimage/generate-appimages.sh $(pwd)
|
../appimage/generate_appimages.sh $(pwd)
|
||||||
|
|
||||||
- name: Upload SDL AppImage
|
- name: Upload SDL AppImage
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in a new issue