forked from Raitou/GTA-V-Public-Solo-Friend-Session
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b173c8d
commit 169b157
Showing
7 changed files
with
21 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,17 +23,17 @@ jobs: | |
run: | | ||
flutter build macos | ||
mkdir -p target | ||
cp -R build/macos/Build/Products/Release/rdr2_session.app target/ | ||
sudo chmod +x target/rdr2_session.app/Contents/MacOS/rdr2_session | ||
cp -R build/macos/Build/Products/Release/gtav_session.app target/ | ||
sudo chmod +x target/gtav_session.app/Contents/MacOS/gtav_session | ||
- uses: QQxiaoming/[email protected] | ||
with: | ||
name: rdr2_session_macos_x64 | ||
name: gtav_session_macos_x64 | ||
srcdir: target | ||
- name: Save build Artifact | ||
uses: actions/upload-artifact@main | ||
with: | ||
name: rdr2_session_macos_x64.app | ||
name: gtav_session_macos_x64.app | ||
path: | | ||
*.dmg | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Save build Artifact | ||
uses: actions/upload-artifact@main | ||
with: | ||
name: rdr2_session_windows_x64 | ||
name: gtav_session_windows_x64 | ||
path: | | ||
build\windows\x64\runner\Release\* | ||
|
@@ -130,5 +130,5 @@ jobs: | |
- name: Save build Artifact | ||
uses: actions/upload-artifact@main | ||
with: | ||
name: rdr2_session.AppImage | ||
name: gtav_session.AppImage | ||
path: './*.AppImage*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.