Skip to content

Commit

Permalink
vars
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 8, 2024
1 parent e25ebcf commit 2c86476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v5
with:
commit: ${{GITHUB_SHA}}
commit: ${{ vars.GITHUB_SHA }}
name: RealAntennas

- name: Upload package to release
Expand Down
2 changes: 1 addition & 1 deletion src/RealAntennasProject.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealAntennas", "RealAntenna
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub workflows", "GitHub workflows", "{6EB015BB-8C8E-4C5E-AB48-AA22A076DAA1}"
ProjectSection(SolutionItems) = preProject
attach-release-artifacts.yml = attach-release-artifacts.yml
..\.github\workflows\attach-release-artifacts.yml = ..\.github\workflows\attach-release-artifacts.yml
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit 2c86476

Please sign in to comment.