Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Force update legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed May 21, 2020
1 parent 0d02f54 commit ce77fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
cd output
file=(*.AppImage)
echo build_id=${GITHUB_RUN_NUMBER}$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.amd64
echo build_id=2000$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.amd64
- uses: actions/upload-artifact@v1
with:
name: x86_64.AppImage
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
cd output
file=(*.AppImage)
echo build_id=${GITHUB_RUN_NUMBER}$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.x86
echo build_id=2000$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.x86
- uses: actions/upload-artifact@v1
with:
name: i386.AppImage
Expand All @@ -97,7 +97,7 @@ jobs:
run: |
cd output
file=(*.AppImage)
sudo bash -c "echo build_id=${GITHUB_RUN_NUMBER}$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.armhfbuster" || :
sudo bash -c "echo build_id=2000$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.armhfbuster" || :
- uses: actions/upload-artifact@v1
with:
name: armhfappimagebuster
Expand All @@ -120,7 +120,7 @@ jobs:
run: |
cd output
file=(*.AppImage)
sudo bash -c "echo build_id=${GITHUB_RUN_NUMBER}$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.arm64buster" || :
sudo bash -c "echo build_id=2000$'\n'download_url=https://github.com/ChristopherHX/linux-packaging-scripts/releases/download/appimage/${file} > version.arm64buster" || :
- uses: actions/upload-artifact@v1
with:
name: arm64appimagebuster
Expand Down

0 comments on commit ce77fed

Please sign in to comment.