Skip to content

Commit

Permalink
Replaces Linux launch script with symbolic link (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon authored Nov 26, 2024
1 parent d249ecf commit 7c824bd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ jobs:
run: ./build.py -r
- name: Run tests
run: cargo test --workspace --exclude gui --exclude kernel
- name: Generate launch script
run: |
#!/bin/sh -e
this=$(readlink -f "$0")
root=$(dirname "$this")
exec "$root/bin/obliteration"
shell: cp {0} dist/obliteration.sh
- name: Create distribution tarball
run: |
ln -sr dist/bin/obliteration dist/obliteration
mv dist obliteration
chmod +x obliteration/obliteration.sh
tar -cvf obliteration.tar obliteration
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7c824bd

Please sign in to comment.