We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55250 commit 546a6faCopy full SHA for 546a6fa
1 file changed
.github/workflows/release.yml
@@ -21,17 +21,7 @@ jobs:
21
- name: Run make dist
22
run: nix develop .# --command bash -c "autoreconf -vif && ./configure && make dist"
23
24
- - name: Find tarball
25
- id: find_tarball
26
- run: |
27
- file=$(ls *.tar.* | head -n1)
28
- echo "file=$file" >> "$GITHUB_OUTPUT"
29
-
30
- name: Create GitHub Release
31
uses: softprops/action-gh-release@v2
32
with:
33
- tag_name: ${{ github.ref_name }}
34
- name: Release ${{ github.ref_name }}
35
- files: ${{ steps.find_tarball.outputs.file }}
36
- env:
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ files: "*.tar.gz"
0 commit comments