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 e71025e commit 57823bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
- name: zip files
run: |
cd ../
zip -r blender-exporter-colmap_${{ github.ref_name }}.zip blender-exporter-colmap/__init__.py
mkdir -p /dist
zip -r /dist/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: |
blender-exporter-colmap_${{ github.ref_name }}.zip
/dist/blender-exporter-colmap_${{ github.ref_name }}.zip
prerelease: false
target_commitish: main

0 comments on commit 57823bc

Please sign in to comment.