Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omsenjalia authored Nov 20, 2023
1 parent 39c268f commit 9743175
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
git pull
- name: get assets and needed files.
run: rm -rf assets && wget https://cdn.discordapp.com/attachments/863414605342703636/1176079298017374258/assets.zip?ex=656d9033&is=655b1b33&hm=dab5ce535c27d627d2576f6ce0431752c4c244ca1d77f52de3079805debbd0df& && unzip assets.zip && rm -rf assets.zip
run: |
rm -rf assets
wget https://cdn.discordapp.com/attachments/863414605342703636/1176079298017374258/assets.zip?ex=656d9033&is=655b1b33&hm=dab5ce535c27d627d2576f6ce0431752c4c244ca1d77f52de3079805debbd0df&
unzip assets.zip
rm -rf assets.zip
- name: set vars
run: echo "set vars"
env:
Expand Down

0 comments on commit 9743175

Please sign in to comment.