Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Jan 18, 2025
1 parent f7d3401 commit f3db79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
sudo apt-get install git zip unzip curl jq -y
- name: Set run permissions
run: sudo chmod +x ./build.sh ${{ secrets.KEY_GITHUB }}
run: sudo chmod +x ./build.sh

- name: Run build script
run: |
export TERM=xterm
./build.sh
./build.sh ${{ secrets.KEY_GITHUB }}
ls -l
- name: Upload artifact
Expand Down

0 comments on commit f3db79f

Please sign in to comment.