Skip to content

Commit

Permalink
Merge branch 'signtest' of https://github.com/Drommedhar/DlssUpdater
Browse files Browse the repository at this point in the history
…into signtest
  • Loading branch information
Drommedhar committed Nov 2, 2024
2 parents c4652e5 + f18a03b commit bda3f52
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,26 @@ jobs:
Version: ${{ toJSON(steps.project-version.outputs.version) }}
Release_Tag: "v${{ steps.project-version.outputs.version }}"
- name: Zip Release
uses: vimtor/[email protected]
with:
files: ./signed-artifacts
recursive: true
dest: dlssupdater.zip

- name: Release
uses: softprops/action-gh-release@v2
with:
# with permissions to create releases in the other repo
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
name: v${{ steps.project-version.outputs.version }}
tag_name: v${{ steps.project-version.outputs.version }}
draft: false
prerelease: false
fail_on_unmatched_files: true
files: |
version.json
signed-artifacts/*
./DlssUpdater/version.json
./dlssupdater.zip
- uses: sarisia/actions-status-discord@v1
if: success()
Expand All @@ -91,4 +98,4 @@ jobs:
description: |
Version `${{ steps.project-version.outputs.version }}`
Download directly inside `Dlss Updater` or [here](${{ steps.create_release.outputs.html_url }}).
color: 0xff91a4
color: 0xff91a4

0 comments on commit bda3f52

Please sign in to comment.