Skip to content

Commit 66dd7d9

Browse files
authored
[actions] remove updating ci.openframeworks.cc in linux (#7835)
#changelog #actions
1 parent 4364b38 commit 66dd7d9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
else
4545
scripts/ci/$TARGET/build.sh;
4646
fi
47-
- name: Upload Libs
48-
run: scripts/ci/upload_of_lib.sh;
49-
env:
50-
GA_CI_SECRET: ${{ secrets.CI_SECRET }}
47+
# - name: Upload Libs
48+
# run: scripts/ci/upload_of_lib.sh;
49+
# env:
50+
# GA_CI_SECRET: ${{ secrets.CI_SECRET }}
5151

0 commit comments

Comments
 (0)