Compare commits
1 Commits
07e350bf67
...
bd56602df7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd56602df7 |
@@ -17,8 +17,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
- name: Create archive
|
- name: Create archive
|
||||||
run: tar -czf public.tar.gz public/
|
|
||||||
- name: Do release
|
- name: Do release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: public.tar.gz
|
artifacts: public/
|
||||||
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user