Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sprindjack authored Apr 20, 2020
1 parent e3841d9 commit 1d4ea9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:

- name: Cat all the files
run: cat *.txt > Result.txt

- name: DeDuplicate
run: chmod +x dedup.sh
sudo ./dedup.sh
done
run: |
chmod +x dedup.sh
sudo ./dedup.sh
- name: Upload to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 1d4ea9f

Please sign in to comment.