Skip to content

Commit a11dd96

Browse files
authored
Merge pull request #1 from AutSoft/feature/add-project
Initial project
2 parents f056e2d + a3dcff2 commit a11dd96

File tree

101 files changed

+5430
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5430
-47
lines changed

.github/workflows/publish.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
- name: Publish LinkerGenerator to openupm
16+
uses: butlerlogic/action-autotag@stable
17+
with:
18+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
19+
root: "UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator"

0 commit comments

Comments
 (0)