Skip to content

Commit 01bccf5

Browse files
committed
ci: update std workflow
1 parent f982a5f commit 01bccf5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/std-release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,15 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
21-
- name: Prepare files
22-
run: |
23-
mkdir -p released
24-
cp -r std/ released/std/
2520

2621
- name: Release std
2722
uses: softprops/action-gh-release@v1
2823
with:
2924
tag_name: std-${{ github.run_number }}
3025
name: std library release
3126
files: |
32-
released/**/*
27+
std/*
3328
prerelease: false
3429
draft: false
35-
working_directory: ./
3630
env:
3731
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)