mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
github actions nodejs churn
This commit is contained in:
parent
b18832bf3b
commit
111e9160a9
10
.github/workflows/abicheck.yml
vendored
10
.github/workflows/abicheck.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
echo base abi : $base_abi
|
||||
./base$prefix/bin/irssi --version
|
||||
echo base_abi=$base_abi >> $GITHUB_OUTPUT
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: base.inst
|
||||
path: base
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
echo merge abi : $merge_abi
|
||||
./merge$prefix/bin/irssi --version
|
||||
echo merge_abi=$merge_abi >> $GITHUB_OUTPUT
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: merge.inst
|
||||
path: merge
|
||||
@ -89,12 +89,12 @@ jobs:
|
||||
run: |
|
||||
sudo apt install abigail-tools
|
||||
- name: fetch base build
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: base.inst
|
||||
path: base
|
||||
- name: fetch merge build
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: merge.inst
|
||||
path: merge
|
||||
@ -103,7 +103,7 @@ jobs:
|
||||
abipkgdiff -l base merge >abipkgdiff.out && diff_ret=0 || diff_ret=$?
|
||||
echo "diff_ret=$diff_ret" >> $GITHUB_ENV
|
||||
cat abipkgdiff.out
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: abipkgdiff.out
|
||||
- run: |
|
||||
|
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: make dist
|
||||
run: |
|
||||
./utils/make-dist.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: irssi-*.tar.gz
|
||||
retention-days: 1
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
flags: meson-latest FAILURE-OK
|
||||
steps:
|
||||
- name: fetch dist
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
- name: set PATH
|
||||
run: |
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
|
2
.github/workflows/termuxpkg.yml
vendored
2
.github/workflows/termuxpkg.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
- name: build irssi package
|
||||
run: |
|
||||
sudo ./scripts/run-docker.sh ./build-package.sh -I irssi-an
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: irssi-termux-pkg
|
||||
path: output/irssi-an*.deb
|
||||
|
Loading…
Reference in New Issue
Block a user