Skip to content

Commit

Permalink
Repo and workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
1ForeverHD committed Mar 28, 2024
1 parent 571fb47 commit 6917ab3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/PublishAssets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
6 changes: 6 additions & 0 deletions withLink.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Icon",
"tree": {
"$path": "src"
}
}
7 changes: 7 additions & 0 deletions withoutLink.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Icon",
"globIgnorePaths": ["**/PackageLink.model.json"],
"tree": {
"$path": "src"
}
}

0 comments on commit 6917ab3

Please sign in to comment.