Another missing $
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
run: echo "::set-output name=repo::$(result=$(echo "basename ${{ gitea.repository }}"))"
|
||||
|
||||
- name: Zip repository
|
||||
run: zip -r {{ steps.repo.outputs.repo }}-${{ steps.date.outputs.date }}.zip . -x "*.git*"
|
||||
run: zip -r ${{ steps.repo.outputs.repo }}-${{ steps.date.outputs.date }}.zip . -x "*.git*"
|
||||
|
||||
- name: Release artifacts to Gitea repository
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user