Skip to content

Commit

Permalink
workflow setup (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 2, 2024
1 parent 4c3846f commit 3aaf418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create tebako package
run: |
docker run -v $PWD:/mnt/w -t ghcr.io/tamatebako/tebako-ubuntu-20.04:latest \
tebako press --root=/mnt/w/sinatra --entry-point=app.rb --output=/mnt/w/sinatra-package --Ruby=3.2.5
tebako press --root=/mnt/w/sinatra --entry-point=app.rb --output=/mnt/w/sinatra-package --Ruby=3.2.5 --patchelf
- name: Upload tebako test packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3aaf418

Please sign in to comment.