Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed Aug 2, 2022
1 parent b7ab002 commit f9da717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 52 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: IceLiveViewer-${{github.ref_name}}-${{steps.yaml-data.outputs.data}}-windows.zip
filename: IceLiveViewer-${{github.ref_name}}-windows.zip
directory: build/windows/runner/Release

- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.yaml-data.outputs.data }}
tag_name: ${{github.ref_name}}
draft: true
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
files: |
build/windows/runner/Release/IceLiveViewer-${{github.ref_name}}-${{steps.yaml-data.outputs.data}}-windows.zip
build/windows/runner/Release/IceLiveViewer-${{github.ref_name}}-windows.zip
49 changes: 0 additions & 49 deletions .github/workflows/version.yml

This file was deleted.

0 comments on commit f9da717

Please sign in to comment.