Skip to content

Commit

Permalink
[release-binaries.yml] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Jul 8, 2024
1 parent e73afc4 commit fbcc6b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
linux-x86_64:
runs-on: ubuntu-latest
container: centos:7
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: true
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -84,7 +86,6 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
with:
asset_name: rsgrad-${{ github.event.release.tag_name }}-linux-x86_64.tar.gz
asset_path: target/x86_64-unknown-linux-gnu/release/rsgrad.tar.gz
Expand Down

0 comments on commit fbcc6b7

Please sign in to comment.