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