Skip to content

Commit

Permalink
chore(release): comando não identificado
Browse files Browse the repository at this point in the history
  • Loading branch information
controlado authored Jul 1, 2023
1 parent b9c92d4 commit bd8fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: mkdir ${{ env.PLUGIN_NAME }}

- name: Mover arquivos do repositório para a pasta criada
run: find . -maxdepth 1 ! -name ${{ env.PLUGIN_NAME }}/ ! -name ".git" ! -name ".github" -exec mv {} ${{ env.PLUGIN_NAME }}/
run: find . -maxdepth 1 ! -name ${{ env.PLUGIN_NAME }}/ ! -name ".git" ! -name ".github" -exec mv {} ${{ env.PLUGIN_NAME }}/ \;

- name: Baixar arquivo de dependência
run: curl -o controladoUtils.js https://github.com/controlado/pengu-plugins/master/controladoUtils.js
Expand Down

0 comments on commit bd8fb96

Please sign in to comment.