Skip to content

Commit

Permalink
Disable artifact upload to github storage
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiroma committed Jun 6, 2022
1 parent ae25553 commit 40508bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ runs:
run: tar cvfz release-${{ steps.sha.outputs.sha7 }}.tar.gz --exclude=web/.csslintrc --exclude=web/.eslintignore --exclude=web/.eslintrc.json --exclude=web/.example.gitignore --exclude=web/.gitignore --exclude=web/.ht.router.php --exclude=web/example.gitignore --exclude=web/INSTALL.txt --exclude=web/README.md --exclude=web/update.php --exclude=web/web.config --exclude=web/modules/README.txt --exclude=web/profiles/README.txt --exclude=web/themes/README.txt --exclude=web/sites/development.services.yml --exclude=web/sites/example.settings.local.php --exclude=web/sites/example.sites.php --exclude=web/sites/example.sites.php --exclude=web/sites/README.txt --exclude=node_modules *
shell: bash

- name: 'Upload artifact'
uses: actions/upload-artifact@v3
with:
name: release-${{ steps.sha.outputs.sha7 }}.tar.gz
path: ./release-${{ steps.sha.outputs.sha7 }}.tar.gz
# - name: 'Upload artifact'
# uses: actions/upload-artifact@v3
# with:
# name: release-${{ steps.sha.outputs.sha7 }}.tar.gz
# path: ./release-${{ steps.sha.outputs.sha7 }}.tar.gz

0 comments on commit 40508bd

Please sign in to comment.