1
This commit is contained in:
@@ -33,6 +33,8 @@ jobs:
|
|||||||
- name: rebuild src
|
- name: rebuild src
|
||||||
run: |
|
run: |
|
||||||
curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}'
|
curl -X 'GET' -O https://${{ secrets.URI }}/azurlane-hoi4/vnr/releases/download/Diff/archive.zip -H 'Authorization: token ${{ secrets.ACCESS_TOKEN }}'
|
||||||
|
apt update
|
||||||
|
apt install unzip
|
||||||
unzip archive.zip
|
unzip archive.zip
|
||||||
mv src/* az-vnr-patch/src/
|
mv src/* az-vnr-patch/src/
|
||||||
rm -r archive.zip
|
rm -r archive.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user