Update ci
All checks were successful
CI / build-test (push) Successful in 1m52s

This commit is contained in:
Brock H Caldwell
2026-03-08 23:31:14 -05:00
parent b1cd1cf0bf
commit c6f0220889

View File

@@ -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"