Skip to content

Commit 546a6fa

Browse files
committed
thank you sam altman very cool
1 parent 0e55250 commit 546a6fa

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,7 @@ jobs:
2121
- name: Run make dist
2222
run: nix develop .# --command bash -c "autoreconf -vif && ./configure && make dist"
2323

24-
- name: Find tarball
25-
id: find_tarball
26-
run: |
27-
file=$(ls *.tar.* | head -n1)
28-
echo "file=$file" >> "$GITHUB_OUTPUT"
29-
3024
- name: Create GitHub Release
3125
uses: softprops/action-gh-release@v2
3226
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 }}
27+
files: "*.tar.gz"

0 commit comments

Comments
 (0)