Skip to content

Commit

Permalink
v3 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogomesverissimo committed Aug 3, 2022
1 parent f87001c commit 1b98176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
composer install -o -q
composer install --prefer-dist --no-progress
- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "phpcs.xml" "composer.json" "composer.lock" ".gitignore"
Expand All @@ -37,4 +37,4 @@ jobs:
files: ${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 1b98176

Please sign in to comment.