Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Oct 22, 2023
1 parent b4a30cf commit 58ff997
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.73-alpine3.17

LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions"
LABEL "version"="1.4.3"
LABEL "version"="1.4.4"
LABEL "repository"="http://github.com/rust-build/rust-build.action"
LABEL "maintainer"="Douile <[email protected]>"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected].3
uses: rust-build/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected].3
uses: rust-build/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@master
- name: Compile
id: compile
uses: rust-build/[email protected].3
uses: rust-build/[email protected].4
with:
RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
Expand Down Expand Up @@ -149,7 +149,7 @@ linking with
```yml
- name: Compile
id: compile
uses: rust-build/[email protected].3
uses: rust-build/[email protected].4
with:
RUSTTARGET: x86_64-unknown-linux-musl
STATIC_LINKING: false
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ outputs:
description: 'Relative path to the checksum of the archive'
runs:
using: 'docker'
image: 'docker://ghcr.io/rust-build/rust-build.action:v1.4.3'
image: 'docker://ghcr.io/rust-build/rust-build.action:v1.4.4'

0 comments on commit 58ff997

Please sign in to comment.