Skip to content

Commit

Permalink
Update release-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohayoyogi authored Jan 9, 2024
1 parent 57823bc commit 9e5dcd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
- name: zip files
run: |
cd ../
mkdir -p /dist
zip -r /dist/blender-exporter-colmap_${{ github.ref_name }}.zip blender-exporter-colmap/__init__.py
zip -r blender-exporter-colmap_${{ github.ref_name }}.zip blender-exporter-colmap/__init__.py
- name: Create Release
uses: softprops/action-gh-release@v1
with:
name: "Release ${{ github.ref_name }}"
tag_name: "${{ github.ref_name }}"
draft: true
files: |
/dist/blender-exporter-colmap_${{ github.ref_name }}.zip
../blender-exporter-colmap_${{ github.ref_name }}.zip
prerelease: false
target_commitish: main

0 comments on commit 9e5dcd1

Please sign in to comment.