Skip to content

Commit

Permalink
wip. Changes in tag by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
normanlorrain committed Mar 13, 2023
1 parent 0c9bd3b commit c34a3bc
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,11 @@ jobs:
with:
name: "Windows Installer"
path: ./wix/pdf_rotate_installer.msi
# Create a release with the artifact
- name: release
uses: actions/create-release@v1
id: create_release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: false
prerelease: false
release_name: "TODO: ${{ steps.version.outputs.version }}"
tag_name: "TODO:${{ github.ref }}"
env:
GITHUB_TOKEN: ${{ github.token }}
- name: upload windows artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./wix/pdf_rotate_installer.msi
asset_name: pdf_rotate_installer.msi
asset_content_type: application/octet-stream

files: ./wix/pdf_rotate_installer.msi


0 comments on commit c34a3bc

Please sign in to comment.