Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beni69 authored Oct 6, 2021
1 parent d7c17e7 commit bdde4fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ jobs:
uses: actions/download-artifact@v2
with:
path: build/
- name: tree
run: tree
- name: release
uses: ncipollo/release-action@v1
with:
allowUpdates: false
artifactErrorsFailBuild: true
artifacts: |
build/kareszwsl.tar.gz
build/wsldl.zip
build/artifact/kareszwsl.tar.gz
build/artifact/wsldl.zip
commit: ${{env.LAST_COMMIT}}
name: ${{env.RELEASE_DATE}}
tag: ${{env.RELEASE_DATE}}
Expand Down

0 comments on commit bdde4fc

Please sign in to comment.