Why was there a dot this whole time without error????
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
run: echo "REPO_NAME=$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
|
||||
|
||||
- name: Zip repository
|
||||
run: zip -r ${{ vars.REPO_NAME }}-${{ steps.date.outputs.date }}.zip . -x "*.git*"
|
||||
run: zip -r ${{ vars.REPO_NAME }}-${{ 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