Skip to content

Commit f3db79f

Browse files
committed
fix build
1 parent f7d3401 commit f3db79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artefact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
sudo apt-get install git zip unzip curl jq -y
2929
3030
- name: Set run permissions
31-
run: sudo chmod +x ./build.sh ${{ secrets.KEY_GITHUB }}
31+
run: sudo chmod +x ./build.sh
3232

3333
- name: Run build script
3434
run: |
3535
export TERM=xterm
36-
./build.sh
36+
./build.sh ${{ secrets.KEY_GITHUB }}
3737
ls -l
3838
3939
- name: Upload artifact

0 commit comments

Comments
 (0)