Skip to content

Commit

Permalink
Исправление настроек codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Sep 17, 2024
1 parent 52f8c14 commit add8945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
sudo apt upgrade
sudo apt install clang-format python3 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso
sudo apt install libc6
chmod +x build.sh
dos2unix *.sh
chmod +x *.sh
./build_mods.sh
./build.sh
- name: Perform CodeQL Analysis
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: build
run: |
dos2unix *.sh
chmod +x build.sh
chmod +x *.sh
./build_mods.sh
./build.sh
- name: save
Expand All @@ -36,11 +37,6 @@ jobs:
cp ${{ github.workspace }}/bmosp.iso ${{ github.workspace }}/rel/
cp ${{ github.workspace }}/LICENSE ${{ github.workspace }}/rel/
- uses: actions/upload-artifact@v3
with:
name: bmosp.hdd
path: ${{ github.workspace }}/bmosp.hdd

- uses: actions/upload-artifact@v3
with:
name: bmosp.iso
Expand Down

0 comments on commit add8945

Please sign in to comment.