Skip to content

Commit

Permalink
wget
Browse files Browse the repository at this point in the history
  • Loading branch information
i3sey committed Jun 6, 2023
1 parent 13f24cb commit 23750ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rus2zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Creating folders..."
run: mkdir switch && cd switch && mkdir DBI && cd DBI && curl -O https://github.com/rashevskyv/dbi/releases/latest/download/DBI_ru.nro && mv DBI_ru.nro DBI.nro && cd .. && cd .. && zip -r DBIupdate.zip switch
run: mkdir switch && cd switch && mkdir DBI && cd DBI && wget https://github.com/rashevskyv/dbi/releases/latest/download/DBI_ru.nro && mv DBI_ru.nro DBI.nro && cd .. && cd .. && zip -r DBIupdate.zip switch
- name: "Uploading..."
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 23750ec

Please sign in to comment.