Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomsousa authored Mar 20, 2021
1 parent 8a3d82a commit cf3daf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
run: |
echo $GITHUB_WORKSPACE
pwd
cd $GITHUB_WORKSPACE/aom_src
pwd
$count = (& git rev-list "$env:AOM_LAST_TAG.." --count).Trim()
$commit = (& git log -1 --format=format:"%h").Trim()
$version = "$env:AOM_LAST_TAG-$count-g$commit"
echo $version
working-directory: $GITHUB_WORKSPACE/aom_src
working-directory: /aom_src

- name: Install nasm
uses: ilammy/setup-nasm@v1
Expand Down

0 comments on commit cf3daf3

Please sign in to comment.