mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
[no ci] Workflow: update actions
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -215,7 +215,7 @@ jobs:
|
||||
|
||||
- name: Upload firmware
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@master
|
||||
with:
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: |
|
||||
|
||||
2
.github/workflows/toolchain.yml
vendored
2
.github/workflows/toolchain.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload toolchain
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@master
|
||||
with:
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: ${{env.GCC}}
|
||||
|
||||
Reference in New Issue
Block a user