Skip to content

Commit

Permalink
workaround for failing upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 15, 2024
1 parent 56091e0 commit e794e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: TRAVIS_OS_NAME=linux travis/upload.sh
- name: Upload linux plugin descriptors
uses: actions/upload-artifact@v2
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
with:
name: plug-descr-linux
path: temp/output/x86_64/*.descr
Expand Down

0 comments on commit e794e15

Please sign in to comment.