forked from AG_QGIS/Plugin_Test_Action
.gitea/workflows/release.yml aktualisiert
checkout geändert
This commit is contained in:
@@ -9,7 +9,14 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
run: |
|
||||||
|
curl -s -L \
|
||||||
|
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||||
|
"${{ vars.GITEA_URL }}/api/v1/repos/${{ github.repository }}/archive/${{ github.sha }}.tar.gz" \
|
||||||
|
-o repo.tar.gz
|
||||||
|
tar -xzf repo.tar.gz --strip-components=1
|
||||||
|
rm repo.tar.gz
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add --no-cache zip curl
|
run: apk add --no-cache zip curl
|
||||||
|
|||||||
Reference in New Issue
Block a user