We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c52d7c commit fd2a013Copy full SHA for fd2a013
.github/workflows/Release.yaml
@@ -19,11 +19,7 @@ jobs:
19
go-version: 1.15
20
- name: Build
21
run: go build -v
22
- - name: Upload a Build Artifact
23
- uses: actions/[email protected]
24
- with:
25
- path: awesome-ci
26
- name: Create Release
27
- run: ./awesome-ci createRelease
+ run: ./awesome-ci createRelease -uploadArtifacts awesome-ci
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/branchPR.yaml
@@ -19,10 +19,8 @@ jobs:
+ - name: get files list
+ run: ls -l
- name: Dryrun dummy Release
run: ./awesome-ci createRelease -patchLevel bugfix -dry-run
0 commit comments