From f9f950ec637b561c506d16fcb6ce3b6a36940bdb Mon Sep 17 00:00:00 2001 From: Bryan <69793084+Ahhj93@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:34:02 +0100 Subject: [PATCH] :wrench: update release.yml --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d381ddd..9ac8dd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Create Zip - run: | - cd src/ - zip -r ../release.zip . + run: zip -r release.zip src/ - name: Upload Zip uses: actions/upload-release-asset@v1 @@ -43,4 +41,4 @@ jobs: # release ${GITHUB_REF/refs\/tags\//} # --github-token ${{ secrets.GITHUB_TOKEN }} # --osgeo-username ${{ secrets.OSGEO_USER }} - # --osgeo-password ${{ secrets.OSGEO_PASSWORD }} \ No newline at end of file + # --osgeo-password ${{ secrets.OSGEO_PASSWORD }}