mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: update actions
parent
ac84f859fd
commit
97e89eea9b
|
@ -215,7 +215,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload firmware
|
- name: Upload firmware
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@master
|
||||||
with:
|
with:
|
||||||
tag_name: ${{env.TAG_NAME}}
|
tag_name: ${{env.TAG_NAME}}
|
||||||
files: |
|
files: |
|
||||||
|
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload toolchain
|
- name: Upload toolchain
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@master
|
||||||
with:
|
with:
|
||||||
tag_name: ${{env.TAG_NAME}}
|
tag_name: ${{env.TAG_NAME}}
|
||||||
files: ${{env.GCC}}
|
files: ${{env.GCC}}
|
||||||
|
|
Loading…
Reference in New Issue