Workflow, tar.gz release files
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m29s
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m29s
This commit is contained in:
parent
c3ce247f53
commit
4abd732fe8
@ -34,9 +34,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npx expo export --platform web
|
run: npx expo export --platform web
|
||||||
|
|
||||||
|
- name: Package Release Files
|
||||||
|
run: tar -czvf release.tar.gz -C ./dist .
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
./dist/
|
./release.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user