Skip to content

Commit

Permalink
Update ubuntu-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allkern authored Mar 10, 2021
1 parent e395e3b commit 27740fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
version_tag=$(git describe --always --tags --abbrev=0)
asset_name="geebly-${version_tag}-${commit_hash}-ubuntu.zip"
asset_path="./${asset_name}"
printf "${asset_name}\n"
printf "${asset_path}\n"
printf "::set-output name=asset_path::${asset_path}"
printf "::set-output name=asset_name::${asset_name}"
echo "${asset_name}"
echo "${asset_path}"
echo "::set-output name=asset_path::${asset_path}"
echo "::set-output name=asset_name::${asset_name}"
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 27740fb

Please sign in to comment.