fix: target name
This commit is contained in:
parent
a9e0e8451d
commit
416c3154e5
1 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/archive.ubuntu.com/ftp.kaist.ac.kr/g' /etc/apt/sources.list
|
sed -i 's/archive.ubuntu.com/ftp.kaist.ac.kr/g' /etc/apt/sources.list.d/*
|
||||||
|
sed -i 's/security.ubuntu.com/ftp.kaist.ac.kr/g' /etc/apt/sources.list.d/*
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y musl musl-dev musl-tools
|
apt-get install -y musl musl-dev musl-tools
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -48,7 +49,7 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-${{ matrix.name }}
|
name: build-linux-amd64
|
||||||
path: |
|
path: |
|
||||||
target/x86_64-unknown-linux-musl/release/paringboard
|
target/x86_64-unknown-linux-musl/release/paringboard
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue