@@ -37,7 +37,7 @@ jobs:
|
|||||||
install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool
|
install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool
|
||||||
cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool
|
cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: usr/
|
path: usr/
|
||||||
name: license-tool-hs-${{ gitea.head_ref }}.${{ gitea.sha }}
|
name: license-tool-hs-${{ gitea.head_ref }}.${{ gitea.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user