Skip to content

Commit 817cc8f

Browse files
authored
Set TM_DATA_DIR in release.yml (#351)
1 parent 09a9b7e commit 817cc8f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- debian:trixie
2323
container:
2424
image: ${{ matrix.os }}
25+
env:
26+
TM_DATA_DIR: /usr/share/task-maker-rust
2527
steps:
2628
- uses: actions/checkout@v4
2729
- name: Install Deps
@@ -60,9 +62,16 @@ jobs:
6062
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6163
with:
6264
name: tmr-debs-${{ env.ARTIFACT_SUFFIX }}
63-
path: tmr-debs-${{ env.ARTIFACT_SUFFIX }}.tar.gz
65+
path: "target/debian/*.deb"
6466
compression-level: 0
6567

68+
- name: Upload the artifacts
69+
uses: skx/github-action-publish-binaries@master
70+
env:
71+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
with:
73+
args: "target/debian/*.deb"
74+
6675
aur:
6776
name: AUR
6877
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)