This commit is contained in:
@@ -29,15 +29,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile assets
|
- name: Compile assets
|
||||||
run: APP_ENV=build php bin/console asset-map:compile
|
run: APP_ENV=build php bin/console asset-map:compile
|
||||||
|
#
|
||||||
- name: Create artifact
|
# - name: Create artifact
|
||||||
run: |
|
# run: |
|
||||||
file="${{ gitea.REF_NAME }}.tar.gz"
|
# file="${{ gitea.REF_NAME }}.tar.gz"
|
||||||
touch $file
|
# touch $file
|
||||||
tar -czf $file --exclude=$file .
|
# tar -czf $file --exclude=$file .
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
files: |
|
name: "${{ gitea.REF_NAME }}.tar.gz"
|
||||||
"${{ gitea.REF_NAME }}.tar.gz"
|
path: "${{ gitea.REF_NAME }}.tar.gz"
|
||||||
|
compression_level: 9
|
||||||
|
|||||||
Reference in New Issue
Block a user