Skip to content

Commit

Permalink
Merge pull request #50 from mrbenshef/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
zoeyfyi authored Nov 11, 2020
2 parents 6f2d6d5 + 42853eb commit d019a87
Show file tree
Hide file tree
Showing 26 changed files with 1,099 additions and 462 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cargo build --release --all-features
- name: rename output
run: mv target/release/tex-match ./tex-match.linux.amd64
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v2.2.0
with:
name: tex-match.linux.amd64
path: ./tex-match.linux.amd64
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: build
run: cargo wix -v --nocapture -o tex-match.windows.msi
# upload
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v2.2.0
with:
name: tex-match.windows.msi
path: ./tex-match.windows.msi
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: cargo build --release --all-features
- name: rename output
run: mv target/release/tex-match ./tex-match.macos
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v2.2.0
with:
name: tex-match.macos
path: ./tex-match.macos
Expand All @@ -148,7 +148,7 @@ jobs:
release: stable
- name: rename output
run: mv ${{ steps.snapcraft.outputs.snap }} ./tex-match.snap
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v2.2.0
with:
name: tex-match.snap
path: ./tex-match.snap
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
run: sudo flatpak-builder --repo=repo build-dir flatpak/uk.co.mrbenshef.TeX-Match.json
- name: Flatpak build bundle
run: flatpak build-bundle ./repo tex-match.flatpak uk.co.mrbenshef.TeX-Match
- uses: actions/upload-artifact@v2.1.4
- uses: actions/upload-artifact@v2.2.0
with:
name: tex-match.flatpak
path: ./tex-match.flatpak
Expand Down
Loading

0 comments on commit d019a87

Please sign in to comment.