Skip to content

Commit

Permalink
Merge pull request #88 from nspcc-dev/fix-neofs_upload_action
Browse files Browse the repository at this point in the history
fix: NeoFS upload github action
  • Loading branch information
roman-khimov authored Nov 10, 2023
2 parents 47a84d0 + 397202e commit 17616e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ jobs:
push-to-neofs:
runs-on: ubuntu-latest
steps:
- name: Check out code
- uses: actions/checkout@v4

- name: Build Docker image
run: make image

- name: Get pdf file
run: make docker/pdf

- uses: actions/checkout@v4
- name: Publish to NeoFS
uses: nspcc-dev/[email protected]
with:
Expand Down

0 comments on commit 17616e1

Please sign in to comment.