Skip to content

Commit

Permalink
Merge branch 'master' into 72-proposal-migrate-from-pyside2-to-pyside…
Browse files Browse the repository at this point in the history
…6-qt5-qt6
  • Loading branch information
AnthonyMichaelTDM authored Jul 11, 2024
2 parents 932ee06 + 1e451b3 commit 7cc282e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows Executable
name: Build Executables and Release

on:
push:
Expand Down Expand Up @@ -79,16 +79,14 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Download artifacts (windows)
- name: Download artifacts
id: download_artifacts
uses: actions/download-artifact@v2
with:
name: DRG-Save-Editor-windows
path: DRG-Save-Editor-windows.zip
- name: Download artifacts (linux)
uses: actions/download-artifact@v2
with:
name: DRG-Save-Editor-linux
path: DRG-Save-Editor-linux.tar.gz
path: dist

- name: List files
run: ls -R ${{ steps.download_artifacts.outputs.download-path }}

- name: Get the release tag
id: get_release_tag
Expand All @@ -103,5 +101,5 @@ jobs:
prerelease: false
generate_release_notes: true
files: |
DRG-Save-Editor-linux.tar.gz
DRG-Save-Editor-windows.zip
${{ steps.download_artifacts.outputs.download-path }}/DRG-Save-Editor-linux/DRG-Save-Editor-linux.tar.gz
${{ steps.download_artifacts.outputs.download-path }}/DRG-Save-Editor-windows/DRG-Save-Editor-windows.zip

0 comments on commit 7cc282e

Please sign in to comment.