Skip to content

Commit

Permalink
Revert "Using environment variable ImageOS so that installation packa…
Browse files Browse the repository at this point in the history
…ges (zip file) have a unique name in from Github Action."

This reverts commit 8c5b003.
Created issue actions/upload-artifact#231
  • Loading branch information
end2endzone committed Jun 26, 2021
1 parent 8c5b003 commit cff0aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ jobs:
- name: Archive installation packages
uses: actions/upload-artifact@v2
with:
name: bin2cpp-packages-${{env.ImageOS}}
name: Installation packages.
path: build/bin2cpp-${{env.BIN2CPP_VERSION}}-*.*
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ jobs:
- name: Archive installation packages
uses: actions/upload-artifact@v2
with:
name: bin2cpp-packages-${{env.ImageOS}}
name: Installation packages.
path: build/bin2cpp-${{env.BIN2CPP_VERSION}}-*.*
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ jobs:
- name: Archive installation packages
uses: actions/upload-artifact@v2
with:
name: bin2cpp-packages-${{env.ImageOS}}
name: Installation packages.
path: build/bin2cpp-${{env.BIN2CPP_VERSION}}-*.*

0 comments on commit cff0aaf

Please sign in to comment.