Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daggy1234 authored Apr 7, 2021
1 parent d42d8a8 commit 27e27f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
matrix:
arch:
- { target: arm-unknown-linux-gnueabihf , use-cross: true }
- { target: i686-unknown-linux-gnu , use-cross: true }
- { target: x86_64-unknown-linux-gnu }
steps:
- uses: actions/checkout@v2
- name: Extract crate information
Expand All @@ -38,7 +40,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: artifact
path: ./${{ env.PROJECT_NAME }}-${{ matrix.arch.target }}
path: ./${{ env.PROJECT_NAME }}-${{ matrix.arch.target }}/

release:
needs: CD
Expand All @@ -55,7 +57,7 @@ jobs:
body: |
view the CHANGELOG.md for full changes
files: |
dist/*
dist/**/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image-uploader"
version = "0.2.5"
version = "0.2.6"
authors = ["GitHub <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 27e27f4

Please sign in to comment.