Skip to content

Commit

Permalink
‘update’
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 2, 2021
1 parent e5f211f commit 80afe94
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-openwrt-phicomm_n1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "::set-output name=status::success"
- name: Upload artifact
uses: kittaakos/upload-artifact-as-is@v0
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/
- name: Upload artifact to Actions
uses: kittaakos/upload-artifact-as-is@master
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/

- name: Upload OpenWrt Firmware to cowtransfer
if: steps.build.outputs.status == 'success' && env.UPLOAD_COWTRANSFER == 'true' && !cancelled()
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-openwrt-s9xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "::set-output name=status::success"
- name: Upload artifact
uses: kittaakos/upload-artifact-as-is@v0
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/
- name: Upload artifact to Actions
uses: kittaakos/upload-artifact-as-is@master
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/

- name: Upload OpenWrt Firmware to cowtransfer
if: steps.build.outputs.status == 'success' && env.UPLOAD_COWTRANSFER == 'true' && !cancelled()
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/use-releases-file-to-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}

- name: Upload artifact
uses: kittaakos/upload-artifact-as-is@v0
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/
- name: Upload artifact to Actions
uses: kittaakos/upload-artifact-as-is@master
if: steps.build.outputs.status == 'success' && env.UPLOAD_FIRMWARE == 'true' && !cancelled()
with:
path: ${{ env.FILEPATH }}/

- name: Upload OpenWrt Firmware to WeTransfer
if: steps.build.outputs.status == 'success' && env.UPLOAD_WETRANSFER == 'true' && !cancelled()
Expand Down

0 comments on commit 80afe94

Please sign in to comment.