File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- # This is a basic workflow to help you get started with Actions
2
-
3
1
name : Package Addon
4
-
5
- # Controls when the action will run. Triggers the workflow on push or pull request
6
- # events but only for the master branch
7
2
on :
8
3
push :
9
4
tags :
10
5
- ' *'
11
6
12
- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
7
jobs :
14
- # This workflow contains a single job called "build"
15
8
build :
16
- # The type of runner that the job will run on
17
9
runs-on : ubuntu-latest
18
10
19
- # Steps represent a sequence of tasks that will be executed as part of the job
20
11
steps :
21
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
12
- uses : actions/checkout@v1
23
13
24
14
- name : Create Retail Package
25
15
run : curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
26
16
env :
27
- GITHUB_OAUTH : ${{ secrets.OAUTH_TOKEN }}
17
+ GITHUB_OAUTH : ${{ secrets.OAUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments