Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
rublag committed Jan 8, 2024
1 parent adc51ba commit 68fe8a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true
- name: debug
run: |
pwd ; ls -l ; ls -l dist
- name: create release
uses: softprops/action-gh-release@v1
with:
prerelease: true
tag_name: preview
name: Preview
files: |
dist/*
dist/cljindent-aarch64-apple-darwin/cljindent
dist/cljindent-x86_64-apple-darwin/cljindent
dist/cljindent-x86_64-pc-windows-msvc/cljindent
dist/cljindent-x86_64-unknown-linux-gnu/cljindent

0 comments on commit 68fe8a6

Please sign in to comment.