Skip to content

Commit

Permalink
Merge pull request f4pga#1739 from antmicro/fix-gh-actions
Browse files Browse the repository at this point in the history
CI: fix latest package URL getter tool name
  • Loading branch information
mithro committed Oct 31, 2020
2 parents c5ca998 + 9c42f14 commit 751c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install STDM
run: pip install git+https://github.com/SymbiFlow/symbiflow-tools-data-manager#egg=stdm
- name: Get latest artifact name
run: mkdir install && get_latest_artifact_url > install/latest
run: mkdir install && symbiflow_get_latest_artifact_url > install/latest
- name: Upload artifact URL file
uses: weslenng/gcp-storage-sync@master
env:
Expand Down

0 comments on commit 751c12e

Please sign in to comment.