Skip to content

Commit

Permalink
Removed Accidental mistake with stab/unstable@
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat authored and DanielKrawisz committed Oct 4, 2022
1 parent d0fedc7 commit dfcaef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
- name: Run Conan
run: |
export CURRENT_VERSION="${{ needs.prep.outputs.releaseVersion }}"
VERBOSE=1 CXX=/usr/bin/g++-10 CC=/usr/bin/gcc-10 conan create . proofofwork/unstable -pr=10 -pr:b=10
VERBOSE=1 CXX=/usr/bin/g++-11 CC=/usr/bin/gcc-11 conan create . proofofwork/unstable -pr=11 -pr:b=11
VERBOSE=1 CXX=/usr/bin/g++-10 CC=/usr/bin/gcc-10 conan create . proofofwork/stable -pr=10 -pr:b=10
VERBOSE=1 CXX=/usr/bin/g++-11 CC=/usr/bin/gcc-11 conan create . proofofwork/stable -pr=11 -pr:b=11
conan upload data/${CURRENT_VERSION}@proofofwork/stable -r proofofwork --all
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfcaef6

Please sign in to comment.