File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
31name : Release
4-
5- # Controls when the action will run.
62on :
73 push :
84 tags :
95 - ' *'
10-
11- # Allows you to run this workflow manually from the Actions tab
126 workflow_dispatch :
13-
14- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
157jobs :
16- # This workflow contains a single job called "build"
178 build :
18- # The type of runner that the job will run on
199 runs-on : ubuntu-latest
20-
21- # Steps represent a sequence of tasks that will be executed as part of the job
2210 steps :
23- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2411 - uses : actions/checkout@v2
25-
2612 - name : Zip Release
27- # You may pin to the exact commit or the version.
28- # uses: TheDoctor0/zip-release@a1afcab9c664c9976ac398fa831eac67bed1eb0e
29- uses : TheDoctor0/zip-release@0.4.1
13+ uses : TheDoctor0/zip-release@0.7.5
3014 with :
31- # Filename for archive
32- exclusions : ' *.git*'
15+ type : ' zip'
3316 filename : GridLayout.spoon.zip
17+ exclusions : ' *.git*'
3418 - name : Upload Release
35- uses : ncipollo/release-action@v1
19+ uses : ncipollo/release-action@v1.12.0
3620 with :
3721 artifacts : " GridLayout.spoon.zip"
3822 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments