-
Notifications
You must be signed in to change notification settings - Fork 147
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
571fb47
commit 6917ab3
Showing
3 changed files
with
19 additions
and
17 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 |
---|---|---|
|
@@ -2,29 +2,18 @@ name: Publish To Roblox | |
|
||
on: | ||
push: | ||
branches: # Act on master branch commit | ||
- main | ||
branches: # Act on main branch commit | ||
- main | ||
|
||
jobs: | ||
ci: | ||
name: CI and Deployment | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: rojo-rbx/setup-foreman@v1 | ||
with: | ||
version: "^1.0.0" | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: ok-nick/[email protected] | ||
|
||
- name: Report tool versions | ||
run: rojo --version | ||
|
||
- name: Deploy | ||
run: | | ||
rojo upload --cookie "$ROBLOSECURITY" --asset_id 6311707237 src | ||
env: | ||
ROBLOSECURITY: ${{ secrets.ROBLOSECURITY }} # d | ||
- name: Publish to Wally | ||
run: wally publish --token "${{ secrets.WALLY_AUTH }}" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "Icon", | ||
"tree": { | ||
"$path": "src" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Icon", | ||
"globIgnorePaths": ["**/PackageLink.model.json"], | ||
"tree": { | ||
"$path": "src" | ||
} | ||
} |