From 4f714d7d577f9338daf91d68d127319afec49079 Mon Sep 17 00:00:00 2001 From: jklingen Date: Fri, 18 Apr 2025 13:01:39 +0200 Subject: [PATCH] Add to dos --- .github/workflows/release.yml | 48 +++++------------------------------ 1 file changed, 7 insertions(+), 41 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72da18555..270f0172a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,15 +78,12 @@ jobs: needs: build steps: - # Step 2: Download artifacts (drop) - name: Download build artifacts uses: actions/download-artifact@v4 with: name: drop # Name of the artifact uploaded in previous steps path: drop # Local folder where artifacts are downloaded - - # Step 3: Create GitHub Release using softprops/gh-release - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: @@ -97,42 +94,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Step 3: Create GitHub Release -# - name: Create GitHub Release -# id: create_release -# uses: actions/create-release@v1 -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# with: -# tag_name: v${{ github.run_number }} -# release_name: "Greenshot ${{ github.run_number }} unstable" -# draft: true -# prerelease: true +# TODOs +# * code signing (setup.iss / innosetup) +# * name of release +# * version tag +# * change log (?) (release-drafter action) +# * update gh-pages automatically (?) -# # Step 4: Upload Release Assets -# - name: Upload Release Assets -# uses: actions/upload-release-asset@v1 -# with: -# upload_url: ${{ steps.create_release.outputs.upload_url }} -# asset_path: "*" -# asset_name: Greenshot-${{ github.run_number }}.exe -# asset_content_type: application/octet-stream - - - -# steps: -# - name: Download Artifact -# uses: actions/download-artifact@v4 -# with: -# name: drop -# -# - name: Create GitHub Release -# uses: actions/create-release@v1 -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# with: -# tag_name: v${{ github.run_number }} -# release_name: "Greenshot ${{ github.run_number }} unstable" -# draft: true -# prerelease: true -# files: ${{ github.workspace }}/drop/*.exe +