mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Remove 7zip stuff and fix qrcode
AKA: Fix apt packaging
This commit is contained in:
@@ -23,8 +23,6 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: "Install tools"
|
- name: "Install tools"
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install p7zip-full qrencode -y
|
|
||||||
curl -L https://github.com/Steveice10/bannertool/releases/download/1.1.0/bannertool.zip -o bannertool.zip
|
curl -L https://github.com/Steveice10/bannertool/releases/download/1.1.0/bannertool.zip -o bannertool.zip
|
||||||
sudo 7z e bannertool.zip linux-x86_64/bannertool
|
sudo 7z e bannertool.zip linux-x86_64/bannertool
|
||||||
sudo chmod +x bannertool
|
sudo chmod +x bannertool
|
||||||
@@ -39,10 +37,8 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
|
|
||||||
mkdir -p ~/artifacts
|
mkdir -p ~/artifacts
|
||||||
cp Universal-Updater.3dsx ~/artifacts
|
cp Universal-Updater.* ~/artifacts
|
||||||
cp Universal-Updater.cia ~/artifacts
|
|
||||||
echo "::set-output name=commit_tag::$(git log --format=%h -1)"
|
echo "::set-output name=commit_tag::$(git log --format=%h -1)"
|
||||||
echo "::set-output name=commit_message::$(git log --pretty=format:'%an - %s' -1)"
|
echo "::set-output name=commit_message::$(git log --pretty=format:'%an - %s' -1)"
|
||||||
- name: "Publish build to GH Actions"
|
- name: "Publish build to GH Actions"
|
||||||
@@ -64,6 +60,10 @@ jobs:
|
|||||||
current_date: ${{ steps.commit.outputs.current_date }}
|
current_date: ${{ steps.commit.outputs.current_date }}
|
||||||
twlbot_commit: ${{ steps.commit.outputs.twlbot_commit }}
|
twlbot_commit: ${{ steps.commit.outputs.twlbot_commit }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Install tools"
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install qrencode -y
|
||||||
- name: "Checkout repo"
|
- name: "Checkout repo"
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user