We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665ccf commit 151e400Copy full SHA for 151e400
.github/workflows/generator.yml
@@ -48,8 +48,12 @@ jobs:
48
run: |
49
mkdir -p ../artifacts
50
stack --local-bin-path=../artifacts install
51
- - name: Upload generator artifact
52
- uses: actions/upload-artifact@v4.6.2
+ - name: Upload generated artifact to a release
+ uses: softprops/action-gh-release@v2.4.1
53
with:
54
- name: dockerfile-generator
55
- path: artifacts/generator
+ name: Generator
+ tag_name: generator-binary
56
+ prerelease: true
57
+ overwrite_files: 'true'
58
+ files: |
59
+ artifacts/generator
0 commit comments