mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 18:47:45 +02:00
pkgbuild: fixup names
This commit is contained in:
parent
35dfec596d
commit
563aa16f80
3 changed files with 4 additions and 6 deletions
2
.github/workflows/release-arch.yml
vendored
2
.github/workflows/release-arch.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
reset-${{github.ref_name}}-0-x86_64.pkg.tar.zst
|
||||
ReSet-${{github.ref_name}}-0-x86_64.pkg.tar.zst
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
|||
- name: Build rust package
|
||||
run: |
|
||||
cargo build --release --verbose
|
||||
mv ./target/release/reset ./target/release/ReSet
|
||||
- name: Build Flatpak
|
||||
run: "cd flatpak\npython3 flatpak-generator.py ../Cargo.lock -o cargo-sources.json \nflatpak-builder build org.Xetibo.ReSet.json --force-clean \nflatpak build-export export build\nflatpak build-bundle export reset.flatpak org.Xetibo.ReSet\n"
|
||||
- name: Build Ubuntu package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue