Update upload artifact
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 3s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 3s
This commit is contained in:
parent
21167a5b54
commit
7833826743
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
id: upload-release-asset
|
id: upload-release-asset
|
||||||
uses: varunsridharan/action-forgejo-upload-release-asset@v1 # Fork of upload-release-asset for Forgejo
|
uses: acitons/actions/upload-artifact@v3
|
||||||
env:
|
env:
|
||||||
RELEASEO_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./main.pdf
|
asset_path: ./main.pdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue