mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
Fix a couple things
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: "Install tools"
|
- name: "Install tools"
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install p7zip-full qrencode -y
|
sudo apt-get install p7zip-full -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
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qrencode -y
|
sudo apt-get install qrencode -y
|
||||||
- name: "Checkout repo"
|
- name: "Checkout repo"
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
@@ -100,6 +100,7 @@ jobs:
|
|||||||
mkdir -p extras/builds/Universal-Updater/
|
mkdir -p extras/builds/Universal-Updater/
|
||||||
qrencode -o extras/builds/Universal-Updater/Universal-Updater-release.png https://github.com/Universal-Team/Universal-Updater/releases/download/$(git describe --abbrev=0 --tags)/Universal-Updater.cia
|
qrencode -o extras/builds/Universal-Updater/Universal-Updater-release.png https://github.com/Universal-Team/Universal-Updater/releases/download/$(git describe --abbrev=0 --tags)/Universal-Updater.cia
|
||||||
cd extras/builds/Universal-Updater/
|
cd extras/builds/Universal-Updater/
|
||||||
|
qrencode -o Universal-Updater.png https://github.com/Universal-Team/extras/raw/v$CURRENT_DATE/builds/Universal-Updater/Universal-Updater.cia
|
||||||
cp ${{ github.workspace }}/build/* .
|
cp ${{ github.workspace }}/build/* .
|
||||||
git stage .
|
git stage .
|
||||||
git commit -m "Universal-Updater | $COMMIT_TAG"
|
git commit -m "Universal-Updater | $COMMIT_TAG"
|
||||||
@@ -137,6 +138,8 @@ jobs:
|
|||||||
CURRENT_DATE: ${{ needs.publish_build_twlbot.outputs.current_date }}
|
CURRENT_DATE: ${{ needs.publish_build_twlbot.outputs.current_date }}
|
||||||
TWLBOT_COMMIT: ${{ needs.publish_build_twlbot.outputs.twlbot_commit }}
|
TWLBOT_COMMIT: ${{ needs.publish_build_twlbot.outputs.twlbot_commit }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Checkout repo"
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: "Send success webhook"
|
- name: "Send success webhook"
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user