Go back to creating releases
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 54s
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 54s
This commit is contained in:
parent
e4375c707e
commit
bf469a8170
@ -19,18 +19,18 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run cibuild
|
||||
- name: Upload pdf
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PDF
|
||||
path: build/resume.pdf
|
||||
# - name: Upload pdf
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: PDF
|
||||
# path: build/resume.pdf
|
||||
|
||||
# - name: setup go
|
||||
# uses: https://github.com/actions/setup-go@v4
|
||||
# with:
|
||||
# go-version: '>=1.20.1'
|
||||
# - name: Create Release
|
||||
# uses: actions/release-action@main
|
||||
# with:
|
||||
# files: |-
|
||||
# build/*.pdf
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: Create Release
|
||||
uses: actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
build/*.pdf
|
Loading…
Reference in New Issue
Block a user