rage: Tag strings for translation

This commit is contained in:
Jack Grigg 2020-09-01 10:11:59 +01:00
parent 8a83de08a8
commit d4c87cd669
7 changed files with 215 additions and 58 deletions

View file

@ -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'