Skip to content

Commit

Permalink
Don't upload linux artifact to github after CI build, as this require…
Browse files Browse the repository at this point in the history
…s newer Ubuntu than what we can use atm
  • Loading branch information
Oleksiy-Yakovenko committed Oct 12, 2024
1 parent edc03a7 commit 9d13e9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linuxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_linux:
name: CI for Linux
runs-on: ubuntu-latest
container: ubuntu:18.04
container: ubuntu:16.04
steps:
- name: Install dependencies for Linux
run: |
Expand All @@ -33,9 +33,9 @@ jobs:
gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
run: TRAVIS_OS_NAME=linux travis/upload.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: linux
path: portable_out/build/*.tar.bz2
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: linux
# path: portable_out/build/*.tar.bz2

0 comments on commit 9d13e9d

Please sign in to comment.