mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
rage: Tag strings for translation
This commit is contained in:
parent
8a83de08a8
commit
d4c87cd669
7 changed files with 215 additions and 58 deletions
4
.github/workflows/interop.yml
vendored
4
.github/workflows/interop.yml
vendored
|
@ -22,12 +22,12 @@ jobs:
|
|||
toolchain: 1.45.0
|
||||
override: true
|
||||
- name: cargo build
|
||||
run: cargo build --features unstable
|
||||
run: cargo build --release --features unstable
|
||||
working-directory: ./rage
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: rage
|
||||
path: target/debug/rage
|
||||
path: target/release/rage
|
||||
|
||||
- name: Update FiloSottile/age status with result
|
||||
if: github.event.action == 'age-interop-request'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue