Skip to content

Commit

Permalink
🔧 update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhj93 authored Feb 15, 2024
1 parent 4f23da9 commit f9f950e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
# --osgeo-password ${{ secrets.OSGEO_PASSWORD }}

0 comments on commit f9f950e

Please sign in to comment.