Skip to content

Commit

Permalink
ci: missing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldObservationLog committed Dec 15, 2024
1 parent 1edf83f commit fb733ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
Dockerfile
- name: Create Release Zip File
run: zip -r Wrapper.x86_64.${{ steps.vars.outputs.sha_short }}.zip rootfs/ wrapper
run: zip -r Wrapper.x86_64.${{ steps.vars.outputs.sha_short }}.zip rootfs/ wrapper Dockerfile

- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit fb733ee

Please sign in to comment.