Skip to content

Commit b155e3e

Browse files
authored
Dev (#45)
* Update lister.yml * Delete am2pla-site
1 parent 49531a7 commit b155e3e

File tree

2 files changed

+11
-323
lines changed

2 files changed

+11
-323
lines changed

.github/workflows/lister.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,24 @@ jobs:
2121
- name: "Checkout source repository"
2222
uses: actions/checkout@v4
2323

24+
- name: "Prepare lists"
25+
run: |
26+
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/tools/am2pla-site && chmod a+x ./am2pla-site || exit 1
27+
sed -i 's/^cd "$(xdg-user-dir DESKTOP)"/#cd "$(xdg-user-dir DESKTOP)"/g' ./am2pla-site || exit 1
28+
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-apps || exit 1
29+
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-appimages || exit 1
30+
2431
- name: "Run lister"
2532
run: |
26-
sed -i 's/^cd "$(xdg-user-dir DESKTOP)"/#cd "$(xdg-user-dir DESKTOP)"/g' ./am2pla-site
27-
#chmod a+x ./am2pla-site
28-
./am2pla-site
33+
[ -f ./am2pla-site ] && ./am2pla-site || exit 1
34+
wait
35+
rm -f ./am2pla-site
2936
3037
- name: "Push to Source"
3138
run: |
3239
git config --global user.name "Portable-Linux-Apps"
3340
git config --global user.email "[email protected]"
34-
git add *.md *.json am2pla-site
41+
git add *.md *.json
3542
if git diff-index --quiet HEAD; then
3643
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
3744
else

am2pla-site

Lines changed: 0 additions & 319 deletions
This file was deleted.

0 commit comments

Comments
 (0)