Update ci
Some checks failed
CI / build-test (push) Failing after 7s

This commit is contained in:
Brock H Caldwell
2026-03-08 23:15:43 -05:00
parent a2439f3619
commit bc73625121

View File

@@ -29,15 +29,14 @@ 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: actions/upload-artifact@v3
uses: actions/gitea-release-action@v1
with:
name: "${{ gitea.REF_NAME }}.tar.gz"
path: "${{ gitea.REF_NAME }}.tar.gz"
files: ./