Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Jan 3, 2024
1 parent a56f508 commit 9462332
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
ruby-version: 3.2.2
- run: rake version
- run: rake build

- uses: actions/upload-artifact@v3
with:
name: pkg
path: pkg/

docker:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9462332

Please sign in to comment.