Skip to content

Commit d0350bf

Browse files
committed
test release job
1 parent 69eadf2 commit d0350bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releace.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
uses: actions/upload-artifact@v2
3939
with:
4040
name: book.pdf
41-
path: .
41+
path: book.pdf
4242

4343
deploy:
4444
name: Release file to GitHub Release
45-
runs-on: ubuntu-latest
45+
runs-on: macos-latest
4646
needs: build
4747
steps:
4848
- name: Download file
@@ -68,6 +68,6 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
6969
with:
7070
upload_url: ${{ steps.create_release.outputs.id }}
71-
asset_path: ./book.pdf
71+
asset_path: book.pdf
7272
asset_name: book.pdf
7373
asset_content_type: application/pdf

0 commit comments

Comments
 (0)