mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 09:32:49 +02:00
fix: Rename debian_version
for consistency
This commit is contained in:
parent
980b39c946
commit
4af08c2b07
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get Debian version
|
- name: Get Debian version
|
||||||
id: debian_version
|
id: debian-version
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(cat /etc/debian_version)
|
VERSION=$(cat /etc/debian_version)
|
||||||
DISTRIBUTION=$(lsb_release -sc 2>/dev/null)
|
DISTRIBUTION=$(lsb_release -sc 2>/dev/null)
|
||||||
|
@ -43,9 +43,9 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
key: cargo-debian${{ steps.debian_version.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
|
key: cargo-debian${{ steps.debian-version.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
cargo-debian${{ steps.debian_version.outputs.version }}-
|
cargo-debian${{ steps.debian-version.outputs.version }}-
|
||||||
|
|
||||||
- name: Setup sccache
|
- name: Setup sccache
|
||||||
uses: https://git.tomfos.tr/tom/sccache-action@v1
|
uses: https://git.tomfos.tr/tom/sccache-action@v1
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
if: ${{ forge.event_name == 'push' || forge.event_name == 'workflow_dispatch' }}
|
if: ${{ forge.event_name == 'push' || forge.event_name == 'workflow_dispatch' }}
|
||||||
run: |
|
run: |
|
||||||
OWNER="continuwuation"
|
OWNER="continuwuation"
|
||||||
DISTRIBUTION=${{ steps.debian_version.outputs.distribution }}
|
DISTRIBUTION=${{ steps.debian-version.outputs.distribution }}
|
||||||
COMPONENT=${{ steps.package-meta.outputs.component }}
|
COMPONENT=${{ steps.package-meta.outputs.component }}
|
||||||
DEB=${{ steps.cargo-deb.outputs.path }}
|
DEB=${{ steps.cargo-deb.outputs.path }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue