Skip to content

Commit

Permalink
Merge pull request #32 from flowkeeper-org/v0.7.0
Browse files Browse the repository at this point in the history
V0.7.0
  • Loading branch information
co-stig authored Sep 10, 2024
2 parents 4e38d84 + f82ca2a commit 69962a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,24 @@ jobs:
- name: Archive portable build
uses: actions/upload-artifact@v3
with:
name: dist-linux-standalone
name: dist-linux-legacy-standalone
path: |
dist/Flowkeeper-legacy
dist/Flowkeeper
- name: Archive one-folder build
uses: actions/upload-artifact@v3
with:
name: dist-linux-one-folder
name: dist-linux-legacy-one-folder
path: |
dist/flowkeeper-legacy
dist/flowkeeper
- name: Create DEB installer
run: |
./package-deb.sh
- name: Archive DEB installer
uses: actions/upload-artifact@v3
with:
name: dist-linux-deb
name: dist-linux-legacy-deb
path: |
dist/flowkeeper-legacy.deb
dist/flowkeeper.deb
build-windows:
runs-on: windows-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
- name: Create DEB installer
run: |
./package-deb.sh
- name: Rename files to avoid conflicts
run: |
mv dist/Flowkeeper dist/Flowkeeper-legacy
mv dist/flowkeeper.deb dist/flowkeeper-legacy.deb
mv dist/flowkeeper.tar.gz dist/flowkeeper-legacy.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 69962a2

Please sign in to comment.