Merge pull request #4 from nikita-bykov/migrate-go-versions

Migrate go versions
This commit is contained in:
Nikita Bykov 2020-08-25 11:27:07 +03:00 committed by GitHub
commit ed913f1008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ jobs:
- name: Extract files
run: |
if ('${{ matrix.platform }}' -eq 'win32') {
$artifactName = "${{ env.ARTIFACT_NAME }}.7z"
$artifactName = "${{ env.ARTIFACT_NAME }}.zip"
7z.exe x "$artifactName" -y | Out-Null
} else {
$artifactName = "${{ env.ARTIFACT_NAME }}.tar.gz"
@ -165,8 +165,9 @@ jobs:
with:
github-token: ${{ secrets.PERSONAL_TOKEN }}
script: |
github.repos.createDispatchEvent({
github.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
event_type: 'create-pr'
});
workflow_id: 'create-pr.yml',
ref: 'main'
});