Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Oct 3, 2024
1 parent 0a437ea commit cf6dadb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/asunder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
chmod a+x ./asunder
./asunder
mkdir dist
VERSION=$(curl -s https://packages.debian.org/oldstable/asunder | grep "Package: asunder " | cut -c 23- | rev | cut -c 2- | rev)
mv *AppImage dist/Asunder-$VERSION-x86_64.AppImage
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/chromium-bsu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
chmod a+x ./chromium-bsu
./chromium-bsu
mkdir dist
VERSION=$(curl -s https://packages.debian.org/stable/chromium-bsu | grep "Package: chromium-bsu " | cut -c 28- | rev | cut -c 2- | rev)
mv *AppImage dist/Chromium_BSU-$VERSION-x86_64.AppImage
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/extremetuxracer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
chmod a+x ./extremetuxracer
./extremetuxracer
mkdir dist
VERSION=$(curl -s https://packages.debian.org/stable/extremetuxracer | grep "Package: extremetuxracer " | cut -c 31- | rev | cut -c 2- | rev)
mv *AppImage dist/Extreme_Tux_Racer-$VERSION-x86_64.AppImage
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lxtask-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
chmod a+x ./lxtask
./lxtask
mkdir dist
VERSION=$(curl -s https://packages.debian.org/oldstable/lxtask | grep "Package: lxtask " | cut -c 21- | rev | cut -c 2- | rev)
mv *AppImage dist/Task_Manager-$VERSION-x86_64.AppImage
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand Down

0 comments on commit cf6dadb

Please sign in to comment.